From 1c40d0e54d060d21876f2264cfda4314d3711ef4 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 30 Apr 2015 08:24:02 +0200 Subject: [PATCH] hnetd: depend on ip Signed-off-by: Steven Barth --- hnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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