From ad1e36bd51f0e5a06df2085ee1d1835d1e590b58 Mon Sep 17 00:00:00 2001 From: Jani Juvan Date: Fri, 26 Feb 2021 15:05:20 +0100 Subject: [PATCH] dslmngr: add dependency to libeasy --- dslmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dslmngr/Makefile b/dslmngr/Makefile index 3a2b53244..53488c738 100644 --- a/dslmngr/Makefile +++ b/dslmngr/Makefile @@ -43,7 +43,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 +libeasy endef define Package/dslmngr/description