summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-01-11 07:56:22 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-11 07:56:22 +0100
commite012748b25e2f9675aca79ab39de1843ed9b3008 (patch)
tree5410979686934be43735c2e6c98337c60c52e00c /package/iptables
parent749a5d7c2dd31118143c3038950c5e5e20243c39 (diff)
downloadbuildroot-novena-e012748b25e2f9675aca79ab39de1843ed9b3008.tar.gz
buildroot-novena-e012748b25e2f9675aca79ab39de1843ed9b3008.zip
iptables: remove redundant --disable-ipv6
Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index b06ab71d9..8652de434 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -12,9 +12,6 @@ IPTABLES_AUTORECONF = YES
IPTABLES_DEPENDENCIES = host-pkg-config
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
-ifneq ($(BR2_INET_IPV6),y)
-IPTABLES_CONF_OPT += --disable-ipv6
-endif
define IPTABLES_TARGET_SYMLINK_CREATE
ln -sf iptables-multi $(TARGET_DIR)/usr/sbin/iptables