aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-07-15 18:53:33 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-07-15 18:53:33 +0000
commitfb0973261c295366e15d5acc59e57f742691313a (patch)
treefce63d459c6ccd26d11a4c6b0d3076878080f6d8 /package/iptables
parent5e9d66044c62968af2d99c5670e6137f0164c683 (diff)
downloadmaster-187ad058-fb0973261c295366e15d5acc59e57f742691313a.tar.gz
master-187ad058-fb0973261c295366e15d5acc59e57f742691313a.tar.bz2
master-187ad058-fb0973261c295366e15d5acc59e57f742691313a.zip
Fix the ip6tables dependency (#2079)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
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