hnetd: depend on ip

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-04-30 08:24:02 +02:00
parent 5c47023436
commit 1c40d0e54d
1 changed files with 1 additions and 1 deletions

View File

@ -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