projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c47023
)
hnetd: depend on ip
author
Steven Barth
<steven@midlink.org>
Thu, 30 Apr 2015 06:24:02 +0000
(08:24 +0200)
committer
Steven Barth
<steven@midlink.org>
Thu, 30 Apr 2015 06:24:02 +0000
(08:24 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
hnetd/Makefile
patch
|
blob
|
history
diff --git
a/hnetd/Makefile
b/hnetd/Makefile
index c497f6122982d34160e5794656087e67b8e1ac27..0e6c9c4690d81c34e9f9366533733ae52a7e4cf1 100644
(file)
--- a/
hnetd/Makefile
+++ b/
hnetd/Makefile
@@
-37,7
+37,7
@@
define Package/hnetd/Default
CATEGORY:=Network
TITLE:=HNCP Homenet daemon - $(2)
URL:=https://github.com/sbyx/hnetd
- DEPENDS:=+odhcpd +odhcp6c +netifd $(3)
+ DEPENDS:=+odhcpd +odhcp6c +netifd
+ip
$(3)
DEPENDS+=+@IPV6
VARIANT:=$1
endef