Fix the ip6tables dependency (#2079)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jul 2007 18:53:33 +0000 (18:53 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jul 2007 18:53:33 +0000 (18:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7978 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/iptables/Makefile

index e59d0a6e0c4e3be084fbaa39ae482cbd47fa4a6b..83f6152501064dbb9f631f96205f84bba0c72098 100644 (file)
@@ -176,6 +176,7 @@ endef
 
 define Package/ip6tables
   $(call Package/iptables/Default)
+  DEPENDS:=+kmod-ipv6
   CATEGORY:=Network
   TITLE:=IPv6 firewall administration tool
 endef