All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master 1/1] iptables: remove redundant --disable-ipv6
@ 2011-01-11  6:56 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2011-01-11  6:56 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=e012748b25e2f9675aca79ab39de1843ed9b3008
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Is automatically handled by the autotargets infrastructure.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 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 b06ab71..8652de4 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
-- 
1.7.2.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-11  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11  6:56 [Buildroot] [git commit master 1/1] iptables: remove redundant --disable-ipv6 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.