mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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
This commit is contained in:
parent
e9e519a147
commit
b9ea44f947
@ -60,6 +60,6 @@ reload_service() {
|
|||||||
boot() {
|
boot() {
|
||||||
# Be silent on boot, firewall might be started by hotplug already,
|
# Be silent on boot, firewall might be started by hotplug already,
|
||||||
# so don't complain in syslog.
|
# so don't complain in syslog.
|
||||||
QUIET=1
|
QUIET=-q
|
||||||
start
|
start
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user