From b07620df310e20f2031eb95f4185884eae826d0d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Sep 2010 15:01:47 +0000 Subject: firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart SVN-Revision: 23090 --- package/firewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/firewall/Makefile') 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 -- cgit v1.1