aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-09-16 17:06:05 +0200
committerFelix Fietkau <nbd@nbd.name>2022-09-16 21:11:32 +0200
commitf8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9 (patch)
treea56c0a96952afc68c5719c13128d49a72c674c96 /package/network
parentc3e7d86d2b1d2645e394464d828bb248d47379d0 (diff)
downloadupstream-f8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9.tar.gz
upstream-f8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9.tar.bz2
upstream-f8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9.zip
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>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/unetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/unetd/Makefile b/package/network/services/unetd/Makefile
index c645ee57d8..5e115327d3 100644
--- a/package/network/services/unetd/Makefile
+++ b/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