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-a3cf2f4a3e73master
parent
e45f5fecf6
commit
927fd29673
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue