[LEDE-DEV] [PATCH] add libuci as a depends for logd

Dan Bugnar danutbug at gmail.com
Thu May 12 05:12:28 PDT 2016


We need libuci in case we add the reload method.
---
 package/system/ubox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index f9f1ac1..d20634a 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -31,7 +31,7 @@ endef
 define Package/logd
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+libubox +libubus +libblobmsg-json +USE_GLIBC:librt
+  DEPENDS:=+libubox +libubus +libblobmsg-json +libuci +USE_GLIBC:librt
   TITLE:=OpenWrt system log implementation
 endef
 
-- 
2.8.1




More information about the Lede-dev mailing list