aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-21 09:53:25 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-21 09:53:25 +0000
commit16be44f48f97d5701a5256b9e2610e88e9569e60 (patch)
treecca42a76e34cc45f6e0263013165f67ccd14ed33 /package/network/config/firewall
parent7e47cb16bdef64398ba999d78f732923ae8466bc (diff)
downloadmaster-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.tar.gz
master-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.tar.bz2
master-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.zip
firewall: the firewall did not start properly on boot
https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall')
-rwxr-xr-xpackage/network/config/firewall/files/firewall.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/files/firewall.init b/package/network/config/firewall/files/firewall.init
index 1147b83335..662dd8010b 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
}