projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e7d86
)
unetd: select unetd from unet-cli instead of depending on it
author
Felix Fietkau
<nbd@nbd.name>
Fri, 16 Sep 2022 15:06:05 +0000
(17:06 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 16 Sep 2022 19:11:32 +0000
(21:11 +0200)
Some people may explicitly want to select unet-cli for admin purposes
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/unetd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/unetd/Makefile
b/package/network/services/unetd/Makefile
index c645ee57d8ddfac454abf47dcde86431b00ff7c2..5e115327d32773e0a28702d5c1e9d9e0d8d45067 100644
(file)
--- 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