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 | 45585b87773b056d67c27b3df182038bf4b149ca (patch) | |
tree | 22a93362a15d5d5d1c35364c493be13bd1739219 /package/firewall/Makefile | |
parent | 0bff63b005cebd539d109faf3ebc1ea065597cf3 (diff) | |
download | master-187ad058-45585b87773b056d67c27b3df182038bf4b149ca.tar.gz master-187ad058-45585b87773b056d67c27b3df182038bf4b149ca.tar.bz2 master-187ad058-45585b87773b056d67c27b3df182038bf4b149ca.zip |
[package] firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23090 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |