diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:46 +0000 |
commit | 3c01d46f3b817592c92415f6398d65e26e6e5e03 (patch) | |
tree | cb706e2f359f3e983934e8348b9481bf14f26dee /package/network | |
parent | aee71ecaad6686c8123569f52f59d54af7d67ed5 (diff) | |
download | upstream-3c01d46f3b817592c92415f6398d65e26e6e5e03.tar.gz upstream-3c01d46f3b817592c92415f6398d65e26e6e5e03.tar.bz2 upstream-3c01d46f3b817592c92415f6398d65e26e6e5e03.zip |
firewall: the firewall did not start properly on boot
https://dev.openwrt.org/ticket/17593
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42233
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42374 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rwxr-xr-x | package/network/config/firewall/files/firewall.init | 2 |
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 } |