diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-11 07:56:22 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-11 07:56:22 +0100 |
commit | e012748b25e2f9675aca79ab39de1843ed9b3008 (patch) | |
tree | 5410979686934be43735c2e6c98337c60c52e00c /package/iptables/iptables.mk | |
parent | 749a5d7c2dd31118143c3038950c5e5e20243c39 (diff) |
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/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 3 |
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 |