hnetd: depend on ip
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
5c47023436
commit
1c40d0e54d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue