From 6eae630652590195591785a848fd239714a0dfe5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Jan 2010 23:02:11 +0000 Subject: firewall: fix a race condition preventing interfaces from being added to the firewall on boot SVN-Revision: 19232 --- 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 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 -- cgit v1.1