summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-30 21:53:56 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-30 21:53:56 +0000
commit79194c042460b553616a8dc84f28ab158233e7ef (patch)
tree7bcd25cfe2af65c4e0b568ae7143d0916947b764 /rules/iptables.make
parentabe677ce2feff9616b92560309175252af774df0 (diff)
downloadptxdist-79194c042460b553616a8dc84f28ab158233e7ef.tar.gz
ptxdist-79194c042460b553616a8dc84f28ab158233e7ef.tar.xz
version update, works with 2.6.14 again
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3622 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 256e90b64..a46d11783 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
#
# Paths and names
#
-IPTABLES_VERSION = 1.2.11
+IPTABLES_VERSION = 1.3.4
IPTABLES = iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX = tar.bz2
-IPTABLES_URL = http://www.netfilter.org/files/$(IPTABLES).$(IPTABLES_SUFFIX)
+IPTABLES_URL = http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
IPTABLES_SOURCE = $(SRCDIR)/$(IPTABLES).$(IPTABLES_SUFFIX)
IPTABLES_DIR = $(BUILDDIR)/$(IPTABLES)
@@ -72,8 +72,6 @@ iptables_prepare_deps = \
IPTABLES_PATH = PATH=$(CROSS_PATH)
IPTABLES_ENV = $(CROSS_ENV)
-#IPTABLES_ENV += PKG_CONFIG_PATH=$(CROSS_LIB_DIR)/lib/pkgconfig
-#IPTABLES_ENV +=
$(STATEDIR)/iptables.prepare: $(iptables_prepare_deps)