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
lede-17.01
John Crispin 2014-08-21 09:53:25 +00:00
parent e9e519a147
commit b9ea44f947
1 changed files with 1 additions and 1 deletions

View File

@ -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
}