hnetd: depend on ip
authorSteven Barth <steven@midlink.org>
Thu, 30 Apr 2015 06:24:02 +0000 (08:24 +0200)
committerSteven 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

index c497f6122982d34160e5794656087e67b8e1ac27..0e6c9c4690d81c34e9f9366533733ae52a7e4cf1 100644 (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