iptables: remove redundant --disable-ipv6
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 11 Jan 2011 06:56:22 +0000 (07:56 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 11 Jan 2011 06:56:22 +0000 (07:56 +0100)
Is automatically handled by the autotargets infrastructure.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/iptables/iptables.mk

index b06ab71d9d115007198b09204c6ef74601f6c50d..8652de434eb187098d2cd68f1df78737a0b553c4 100644 (file)
@@ -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