summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorPeter Korsgaard2011-01-11 07:56:22 +0100
committerPeter Korsgaard2011-01-11 07:56:22 +0100
commite012748b25e2f9675aca79ab39de1843ed9b3008 (patch)
tree5410979686934be43735c2e6c98337c60c52e00c /package/iptables
parentiproute2: bump to version 2.6.37 + fixes (diff)
downloadbuildroot-e012748b25e2f9675aca79ab39de1843ed9b3008.tar.gz
buildroot-e012748b25e2f9675aca79ab39de1843ed9b3008.tar.xz
buildroot-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