From e012748b25e2f9675aca79ab39de1843ed9b3008 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 11 Jan 2011 07:56:22 +0100 Subject: [PATCH] iptables: remove redundant --disable-ipv6 Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard --- package/iptables/iptables.mk | 3 --- 1 file changed, 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