summaryrefslogtreecommitdiff
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-02-11 21:58:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-02-11 21:58:42 +0000
commit916902b1d21c041bf8d86bc7aa9407758cbe8f4d (patch)
tree3460b2d0450406c8d94e9de8fa7071506df10a5f /package/network/utils/iptables/Makefile
parent1f9ede9cfcd72ff87d4a60de5dac71eb80407385 (diff)
downloadmtk-20170518-916902b1d21c041bf8d86bc7aa9407758cbe8f4d.zip
mtk-20170518-916902b1d21c041bf8d86bc7aa9407758cbe8f4d.tar.gz
mtk-20170518-916902b1d21c041bf8d86bc7aa9407758cbe8f4d.tar.bz2
iptables: add --lenient switch to iptables-restore and ip6tables-restore that allows to skip erroneous lines
SVN-Revision: 35568
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index b9045b1..3d62dc2 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2013 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:=4
+PKG_RELEASE:=1
PKG_MD5SUM:=f382fe693f0b59d87bd47bea65eca198
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2