diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-19 23:02:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-19 23:02:11 +0000 |
commit | 1739b7427a7d8394aa938cfce600bf5e021c4172 (patch) | |
tree | 64201eabe23cec7d4b4d74d6d5cbb423d3a261a5 /package/firewall/Makefile | |
parent | e4c20607cf06acff7dbc3bde1f92315e8bbfffb3 (diff) | |
download | upstream-1739b7427a7d8394aa938cfce600bf5e021c4172.tar.gz upstream-1739b7427a7d8394aa938cfce600bf5e021c4172.tar.bz2 upstream-1739b7427a7d8394aa938cfce600bf5e021c4172.zip |
[package] firewall: fix a race condition preventing interfaces from being added to the firewall on boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19232 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 8d0452602b..abc6020434 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=9 +PKG_RELEASE:=10 include $(INCLUDE_DIR)/package.mk |