diff --git a/dslmngr/Makefile b/dslmngr/Makefile index 9f9cf5641..74aba0bb3 100644 --- a/dslmngr/Makefile +++ b/dslmngr/Makefile @@ -45,7 +45,7 @@ define Package/dslmngr SECTION:=utils CATEGORY:=Utilities TITLE:=XDSL status and configration utility - DEPENDS:=+libdsl +libuci +libubox +ubus +libpthread +libnl-genl +easy-soc-libs + DEPENDS:=+libdsl +libuci +libubox +ubus +libpthread +libnl-genl endef define Package/dslmngr/description diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index e3621b6c9..889feb235 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -162,4 +162,4 @@ endef $(eval $(call BuildPackage,libwifi)) $(eval $(call BuildPackage,libdsl)) $(eval $(call BuildPackage,libethernet)) -$(eval $(call BuildPackage,easy-soc-libs)) + diff --git a/questd/Makefile b/questd/Makefile index bcc722ced..623495bce 100644 --- a/questd/Makefile +++ b/questd/Makefile @@ -47,7 +47,7 @@ export QUESTD_CFLAGS define Package/questd CATEGORY:=Utilities - DEPENDS:=+libuci +libubox +ubus +libpthread +TARGET_iopsys_ramips:swconfig +TARGET_iopsys_ramips:libnl-tiny +libopenssl +easy-soc-libs + DEPENDS:=+libuci +libubox +ubus +libpthread +TARGET_iopsys_ramips:swconfig +TARGET_iopsys_ramips:libnl-tiny +libopenssl +libwifi +libdsl +libethernet TITLE:=router info daemon endef