summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-29 11:31:20 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-29 11:31:20 +0000
commit14cb88d92095e4fb8e791fa518bc94df19dc226c (patch)
tree754004ec31918d3170017554ac4f598c18916fce /package/iptables/Makefile
parentb613132f2975925f77dad5b644e7ce413a58dd8d (diff)
upgrade iptables to 1.4.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 6083f6f4d..dbfc0d716 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -18,9 +18,9 @@ ifeq ($(CONFIG_LINUX_2_4),y)
endif
ifeq ($(CONFIG_LINUX_2_6),y)
- PKG_VERSION:=1.4.1.1
- PKG_RELEASE:=2
- PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb
+ PKG_VERSION:=1.4.3.2
+ PKG_RELEASE:=1
+ PKG_MD5SUM:=545698693b636cfc844aafc6729fd48a
endif
PKG_VERSION?=<IPTABLES_VERSION>