aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-10 08:31:06 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-10 08:31:06 +0000
commit927fd29673f411b56dfd27fe81d82382e715d81d (patch)
tree8f457c22c33a153e75b2dd5d0b2de0c65aaf084e /package/network/utils/iptables
parente45f5fecf6028a1dcf41f26a263a3617c03b09c9 (diff)
downloadmaster-187ad058-927fd29673f411b56dfd27fe81d82382e715d81d.tar.gz
master-187ad058-927fd29673f411b56dfd27fe81d82382e715d81d.tar.bz2
master-187ad058-927fd29673f411b56dfd27fe81d82382e715d81d.zip
iptables: revert r40916
it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45350 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables')
-rw-r--r--package/network/utils/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index c749a33ac9..ab21b41fda 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -393,7 +393,7 @@ define Package/libiptc
$(call Package/iptables/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libip4tc +IPV6:libip6tc
+ DEPENDS:=+libip4tc +libip6tc
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
endef