summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-24 12:52:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-24 12:52:30 +0100
commitce28549b6e0a402da6ffd7515fd4a8a793c407b0 (patch)
tree1609e585b71d84b0e4381b08fb84102a81f25324 /rules/iptables.make
parentb6ade5a9ca20665e2a4544af479186324dd8c1e2 (diff)
downloadptxdist-ce28549b6e0a402da6ffd7515fd4a8a793c407b0.tar.gz
ptxdist-ce28549b6e0a402da6ffd7515fd4a8a793c407b0.tar.xz
iptables: version bump 1.4.16.3 -> 1.4.21
Update to the latest version an cleanup. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make22
1 files changed, 11 insertions, 11 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 9770b3eaa..e03c84fc4 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
#
# Paths and names
#
-IPTABLES_VERSION := 1.4.16.3
-IPTABLES_MD5 := 6dd40c12fb8f4c4312a0f8434369fbcd
+IPTABLES_VERSION := 1.4.21
+IPTABLES_MD5 := 536d048c8e8eeebcd9757d0863ebb0c0
IPTABLES := iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX := tar.bz2
IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
@@ -31,21 +31,21 @@ IPTABLES_DIR := $(BUILDDIR)/$(IPTABLES)
# Prepare
# ----------------------------------------------------------------------------
-IPTABLES_PATH := PATH=$(CROSS_PATH)
-IPTABLES_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-IPTABLES_AUTOCONF := \
+IPTABLES_CONF_TOOL := autoconf
+IPTABLES_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- $(GLOBAL_LARGE_FILE_OPTION) \
- --with-kernel=$(KERNEL_HEADERS_DIR) \
- --with-xtlibdir=/usr/lib \
- --enable-devel \
--$(call ptx/endis, PTXCONF_IPTABLES_IPV4)-ipv4 \
--$(call ptx/endis, PTXCONF_IPTABLES_IPV6)-ipv6 \
- --$(call ptx/endis, PTXCONF_IPTABLES_LIBIPQ)-libipq
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --enable-devel \
+ --$(call ptx/endis, PTXCONF_IPTABLES_LIBIPQ)-libipq \
+ --disable-bpf-compiler \
+ --disable-nfsynproxy \
+ --with-kernel=$(KERNEL_HEADERS_DIR) \
+ --with-xtlibdir=/usr/lib
# ----------------------------------------------------------------------------
# Install