Add missing dependency on iproute2 (#3125)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Feb 2008 09:46:28 +0000 (09:46 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Feb 2008 09:46:28 +0000 (09:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10426 3c298f89-4303-0410-b956-a3cf2f4a3e73

ipv6/aiccu/Makefile

index 8dc5245..d3dc020 100644 (file)
@@ -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