diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 20:53:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 20:53:27 +0000 |
commit | b068068db40848d74ae49d837eb50ff00ae2f0b4 (patch) | |
tree | 311701dee2c6a346c1a4d880cb381dfc2bc63d38 /package/iptables | |
parent | fd7b3cd30d67ef9db4f0ccb2361d06fd98eb10dd (diff) | |
download | upstream-b068068db40848d74ae49d837eb50ff00ae2f0b4.tar.gz upstream-b068068db40848d74ae49d837eb50ff00ae2f0b4.tar.bz2 upstream-b068068db40848d74ae49d837eb50ff00ae2f0b4.zip |
[package] iptables: bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 747cba3ecd..7c3d4b385e 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.4.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |