Skip to content
Snippets Groups Projects
Commit 7872f4e1 authored by John Crispin's avatar John Crispin
Browse files

iptables: revert r40916


it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 45350
parent e7559353
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment