unetd: select unetd from unet-cli instead of depending on it

Some people may explicitly want to select unet-cli for admin purposes

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2022-09-16 17:06:05 +02:00
parent c3e7d86d2b
commit f8e3d7a4e3

View File

@ -47,7 +47,7 @@ endef
define Package/unet-cli
SECTION:=net
CATEGORY:=Network
DEPENDS:=unetd +ucode +ucode-mod-fs
DEPENDS:=+unetd +ucode +ucode-mod-fs
TITLE:=unetd administration command line utility
endef