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

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: default avatarBastian Bittorf <bittorf@bluebottle.com>

SVN-Revision: 40916
parent f933a741
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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