projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749a5d7
)
iptables: remove redundant --disable-ipv6
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 11 Jan 2011 06:56:22 +0000
(07:56 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/iptables/iptables.mk
b/package/iptables/iptables.mk
index b06ab71d9d115007198b09204c6ef74601f6c50d..8652de434eb187098d2cd68f1df78737a0b553c4 100644
(file)
--- 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