summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-10 13:51:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-10 13:51:37 +0000
commitcefba2ca2fc2eac0289b93faa38de5e03b5022ee (patch)
treeb020d5312825d82021ec4d1190fbdba02615f768 /package/iptables/Makefile
parent05236294f3fa66bef05f83cc6dc4d8bc56a1b4b4 (diff)
downloadmaster-31e0f0ae-cefba2ca2fc2eac0289b93faa38de5e03b5022ee.tar.gz
master-31e0f0ae-cefba2ca2fc2eac0289b93faa38de5e03b5022ee.tar.bz2
master-31e0f0ae-cefba2ca2fc2eac0289b93faa38de5e03b5022ee.zip
iptables: add support for ipt_recent --reap option
SVN-Revision: 26008
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 4bef3388e7..898104bff3 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.4.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=f382fe693f0b59d87bd47bea65eca198
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2