mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
iptables: Makefile: only build ip6tc, if IPv6 is enabled
when disabling ipv6, the iptables build breaks without a manul clean or this patch Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40916
This commit is contained in:
parent
f933a741a9
commit
af4769e298
@ -316,7 +316,7 @@ define Package/libiptc
|
||||
$(call Package/iptables/Default)
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libip4tc +libip6tc
|
||||
DEPENDS:=+libip4tc +IPV6:libip6tc
|
||||
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user