summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-10 08:31:06 +0000
committerJohn Crispin <john@openwrt.org>2015-04-10 08:31:06 +0000
commit7872f4e1dc054ce20d7f75d6a11fb7359ad24df6 (patch)
tree704c2ba4ee9c126b98ec45bd1da68dd83d17a7b2 /package
parente7559353dbfedc23ef9423006a744f090f23edec (diff)
downloadmaster-31e0f0ae-7872f4e1dc054ce20d7f75d6a11fb7359ad24df6.tar.gz
master-31e0f0ae-7872f4e1dc054ce20d7f75d6a11fb7359ad24df6.tar.bz2
master-31e0f0ae-7872f4e1dc054ce20d7f75d6a11fb7359ad24df6.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> SVN-Revision: 45350
Diffstat (limited to 'package')
-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