Просмотр исходного кода

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 лет назад
Родитель
Сommit
f8e3d7a4e3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/network/services/unetd/Makefile

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

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