dslmngr: allow compiling for non broadcom targets

to be able to use test stub libdsl
This commit is contained in:
Sukru Senli 2023-01-04 14:46:56 +01:00
parent 99024c3111
commit 86e90969e3

View file

@ -38,7 +38,7 @@ define Package/dslmngr
SECTION:=utils
CATEGORY:=Utilities
TITLE:=XDSL status and configration utility
DEPENDS:=@(TARGET_brcmbca) +libdsl +libuci +libubox +ubus +libpthread +libnl-genl +libeasy
DEPENDS:=+libdsl +libuci +libubox +ubus +libpthread +libnl-genl +libeasy
endef
define Package/dslmngr/description