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 | 6eae630652590195591785a848fd239714a0dfe5 (patch) | |
tree | 4615095e7abd079819dc970cd76713aef00c9c78 /package/firewall/Makefile | |
parent | c8e7192064680ec3c44c6161312e93be6e871c83 (diff) | |
download | upstream-6eae630652590195591785a848fd239714a0dfe5.tar.gz upstream-6eae630652590195591785a848fd239714a0dfe5.tar.bz2 upstream-6eae630652590195591785a848fd239714a0dfe5.zip |
firewall: fix a race condition preventing interfaces from being added to the firewall on boot
SVN-Revision: 19232
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 |