From 6f2a9d0fd44ccb5b54258d6f48d947a4471bfa5e Mon Sep 17 00:00:00 2001 From: vdutta Date: Thu, 23 Jan 2020 11:43:53 +0530 Subject: [PATCH] uspd: Log level support in uci --- uspd/Makefile | 6 +++--- uspd/files/uspd.config | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index 284d99607..2ebf10a77 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=1.0.5 +PKG_VERSION:=1.0.6 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a1263e71d35c6e6d184ee853485ee700d5bfb134 +PKG_SOURCE_VERSION:=bd9cc62e1c95c6fc303a05d8324cf66a6fde892e PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz @@ -35,7 +35,7 @@ TARGET_CFLAGS += \ -D_GNU_SOURCE #define Build/Prepare -# $(CP) -rf ./uspd/* $(PKG_BUILD_DIR)/ +# $(CP) -rf ./uspd/* $(PKG_BUILD_DIR)/ #endef define Package/uspd/install diff --git a/uspd/files/uspd.config b/uspd/files/uspd.config index d8b3621c1..86a3c9df9 100644 --- a/uspd/files/uspd.config +++ b/uspd/files/uspd.config @@ -1,2 +1,3 @@ config uspd 'usp' option granularitylevel '0' + option loglevel '1'