diff options
author | John Crispin <john@openwrt.org> | 2014-08-21 09:53:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-21 09:53:25 +0000 |
commit | b9ea44f94781428ef6900a93b502a7eb6b8223db (patch) | |
tree | 0887cf92944a6a45570fa2b33a8573ae61518709 /package/network/config/firewall | |
parent | e9e519a1477d1e5f1f6a7cf50ebf1c67c8dac4b7 (diff) | |
download | upstream-b9ea44f94781428ef6900a93b502a7eb6b8223db.tar.gz upstream-b9ea44f94781428ef6900a93b502a7eb6b8223db.tar.bz2 upstream-b9ea44f94781428ef6900a93b502a7eb6b8223db.zip |
firewall: the firewall did not start properly on boot
https://dev.openwrt.org/ticket/17593
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42233
Diffstat (limited to 'package/network/config/firewall')
-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 } |