From e848b54b53599b9bcfab84083aa87cf3bf55455c Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 1 Sep 2014 13:21:46 +0000 Subject: [PATCH] firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin Backport of r42233 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42374 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/firewall/files/firewall.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/firewall/files/firewall.init b/package/network/config/firewall/files/firewall.init index 1147b83..662dd80 100755 --- a/package/network/config/firewall/files/firewall.init +++ b/package/network/config/firewall/files/firewall.init @@ -60,6 +60,6 @@ reload_service() { boot() { # Be silent on boot, firewall might be started by hotplug already, # so don't complain in syslog. - QUIET=1 + QUIET=-q start }