summaryrefslogtreecommitdiff
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-19 15:01:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-19 15:01:47 +0000
commitb07620df310e20f2031eb95f4185884eae826d0d (patch)
tree46abd6b296ca227a378390d772a881b808f5792c /package/firewall/Makefile
parenta5d0879de78fb3568344c4ea190cb70e3233587e (diff)
downloadmtk-20170518-b07620df310e20f2031eb95f4185884eae826d0d.zip
mtk-20170518-b07620df310e20f2031eb95f4185884eae826d0d.tar.gz
mtk-20170518-b07620df310e20f2031eb95f4185884eae826d0d.tar.bz2
firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart
SVN-Revision: 23090
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 93e41bf..511fbe9 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=16
+PKG_RELEASE:=17
include $(INCLUDE_DIR)/package.mk