diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-19 15:01:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-19 15:01:47 +0000 |
commit | b07620df310e20f2031eb95f4185884eae826d0d (patch) | |
tree | 46abd6b296ca227a378390d772a881b808f5792c /package/firewall/Makefile | |
parent | a5d0879de78fb3568344c4ea190cb70e3233587e (diff) | |
download | upstream-b07620df310e20f2031eb95f4185884eae826d0d.tar.gz upstream-b07620df310e20f2031eb95f4185884eae826d0d.tar.bz2 upstream-b07620df310e20f2031eb95f4185884eae826d0d.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 93e41bf58f..511fbe9aeb 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 |