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
This commit is contained in:
parent
e7559353db
commit
7872f4e1dc
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ define Package/libiptc
|
||||||
$(call Package/iptables/Default)
|
$(call Package/iptables/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libip4tc +IPV6:libip6tc
|
DEPENDS:=+libip4tc +libip6tc
|
||||||
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue