diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-15 01:53:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-15 01:53:36 +0000 |
commit | 7a8dd63781b3e6419e4c365c6f501643859469ff (patch) | |
tree | 9ca7e640e1f3cd10f04dec23e3c5669f1395973a /package/firewall/Makefile | |
parent | 016f54cd4f5a48c2b895326de2a04509fc0115d6 (diff) | |
download | upstream-7a8dd63781b3e6419e4c365c6f501643859469ff.tar.gz upstream-7a8dd63781b3e6419e4c365c6f501643859469ff.tar.bz2 upstream-7a8dd63781b3e6419e4c365c6f501643859469ff.zip |
[package] firewall: run ifdown hotplug events synchronized, fixes a racecondition on "ifup iface" when ifdown and ifup events are delivered with a small dealy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23064 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 205f2098cb..8cf22e8348 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:=14 +PKG_RELEASE:=15 include $(INCLUDE_DIR)/package.mk |