From 57ce423b661389d358c0beab79f33b070279e8f2 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 9 Feb 2008 09:46:28 +0000 Subject: [PATCH] Add missing dependency on iproute2 (#3125) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10426 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 8dc5245c7..d3dc02087 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/aiccu SECTION:=ipv6 CATEGORY:=IPv6 - DEPENDS:=+libpthread +ntpclient + DEPENDS:=+libpthread +ntpclient +ip TITLE:=SixXS Automatic IPv6 Connectivity Client Utility URL:=http://www.sixxs.net/tools/aiccu/ endef