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:
parent
c3e7d86d2b
commit
f8e3d7a4e3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ endef
|
||||||
define Package/unet-cli
|
define Package/unet-cli
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=unetd +ucode +ucode-mod-fs
|
DEPENDS:=+unetd +ucode +ucode-mod-fs
|
||||||
TITLE:=unetd administration command line utility
|
TITLE:=unetd administration command line utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue