summaryrefslogtreecommitdiff
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-19 23:02:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-19 23:02:11 +0000
commit6eae630652590195591785a848fd239714a0dfe5 (patch)
tree4615095e7abd079819dc970cd76713aef00c9c78 /package/firewall/Makefile
parentc8e7192064680ec3c44c6161312e93be6e871c83 (diff)
downloadmtk-20170518-6eae630652590195591785a848fd239714a0dfe5.zip
mtk-20170518-6eae630652590195591785a848fd239714a0dfe5.tar.gz
mtk-20170518-6eae630652590195591785a848fd239714a0dfe5.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 8d04526..abc6020 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