From 1c0ec3b4418bcc893a5439acd4b8ecd79beb7f0c Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Fri, 29 Mar 2019 16:39:27 +0100 Subject: [PATCH] dslmngr: fix dependency on easy-soc-libs. The header file xdsl.h is created from easy-soc-libs package. --- dslmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dslmngr/Makefile b/dslmngr/Makefile index e44198ea4..338769111 100644 --- a/dslmngr/Makefile +++ b/dslmngr/Makefile @@ -42,7 +42,7 @@ define Package/dslmngr SECTION:=utils CATEGORY:=Utilities TITLE:=XDSL status and configration utility - DEPENDS:=+libdsl +libuci +libubox +ubus +libpthread +libnl-genl + DEPENDS:=+libdsl +libuci +libubox +ubus +libpthread +libnl-genl +easy-soc-libs endef define Package/dslmngr/description