From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 15 Jul 2007 18:53:33 +0000 (+0000)
Subject: Fix the ip6tables dependency (#2079)
X-Git-Tag: reboot~28671
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2e4f6093c6cd1a615fadabf054d3be0f2933234b;p=openwrt%2Fstaging%2Fpepe2k.git

Fix the ip6tables dependency (#2079)

SVN-Revision: 7978
---

diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index e59d0a6e0c..83f6152501 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -176,6 +176,7 @@ endef
 
 define Package/ip6tables
   $(call Package/iptables/Default)
+  DEPENDS:=+kmod-ipv6
   CATEGORY:=Network
   TITLE:=IPv6 firewall administration tool
 endef