Browse Source

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 <[email protected]>
Felix Fietkau 3 years ago
parent
commit
f8e3d7a4e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/unetd/Makefile

+ 1 - 1
package/network/services/unetd/Makefile

@@ -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