[openwrt/openwrt] unetd: select unetd from unet-cli instead of depending on it

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 16 12:11:53 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9

commit f8e3d7a4e3c8392962d1cd72c135d1f4e9054bd9
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Sep 16 17:06:05 2022 +0200

    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 at nbd.name>
---
 package/network/services/unetd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 




More information about the lede-commits mailing list