From: Steven Barth Date: Thu, 30 Apr 2015 06:24:02 +0000 (+0200) Subject: hnetd: depend on ip X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=1c40d0e54d060d21876f2264cfda4314d3711ef4;p=lede-routing%2F.git hnetd: depend on ip Signed-off-by: Steven Barth --- diff --git a/hnetd/Makefile b/hnetd/Makefile index c497f61..0e6c9c4 100644 --- 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