diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-07-15 06:12:07 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-07-15 06:12:07 +0000 |
commit | 0444e32acd02c14a822369c65c86b627235b0d17 (patch) | |
tree | ac3ac52183a04fd1b538ca2316b4398695b07264 /package | |
parent | ea6a5d0c22f099173ba5a37dd49e25ca887cafce (diff) | |
download | upstream-0444e32acd02c14a822369c65c86b627235b0d17.tar.gz upstream-0444e32acd02c14a822369c65c86b627235b0d17.tar.bz2 upstream-0444e32acd02c14a822369c65c86b627235b0d17.zip |
Bump iptables version
SVN-Revision: 37329
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 03f692ec68..c510700b9f 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.4.19.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ |