From 88af9763a0c2192b070b2cf7deed98f0a76903d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Wed, 8 Jan 2020 11:53:24 +0100 Subject: [PATCH] Fix dependancy error. --- dslmngr/Makefile | 2 +- easy-soc-libs/Makefile | 2 +- questd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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