aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-02 12:43:25 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-02 12:43:25 +0000
commitc6c4c6f4b5ad7270cb55b98b7dc080e269206448 (patch)
treea973d2397a3143c4992ccd6c9938e0fa3568a991 /package/network/utils/iptables/Makefile
parent38c81b255268fc9f02ee7c16fa41682888acc15c (diff)
downloadmaster-187ad058-c6c4c6f4b5ad7270cb55b98b7dc080e269206448.tar.gz
master-187ad058-c6c4c6f4b5ad7270cb55b98b7dc080e269206448.tar.bz2
master-187ad058-c6c4c6f4b5ad7270cb55b98b7dc080e269206448.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index fd8477252f..48b1879bd3 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -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