summaryrefslogtreecommitdiffstats
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
commit2e4f6093c6cd1a615fadabf054d3be0f2933234b (patch)
treef263cb1ab3f05c889f713591f4e2a50d36ec1766
parent1c6947c57b270b06324aacbfa74995c0d550a26f (diff)
downloadmaster-31e0f0ae-2e4f6093c6cd1a615fadabf054d3be0f2933234b.tar.gz
master-31e0f0ae-2e4f6093c6cd1a615fadabf054d3be0f2933234b.tar.bz2
master-31e0f0ae-2e4f6093c6cd1a615fadabf054d3be0f2933234b.zip
Fix the ip6tables dependency (#2079)
SVN-Revision: 7978
-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