Author: blogic Date: 2014-08-21 11:53:25 +0200 (Thu, 21 Aug 2014) New Revision: 42233
Modified: trunk/package/network/config/firewall/files/firewall.init Log: firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/config/firewall/files/firewall.init =================================================================== --- trunk/package/network/config/firewall/files/firewall.init 2014-08-21 06:41:27 UTC (rev 42232) +++ trunk/package/network/config/firewall/files/firewall.init 2014-08-21 09:53:25 UTC (rev 42233) @@ -60,6 +60,6 @@ boot() { # Be silent on boot, firewall might be started by hotplug already, # so don't complain in syslog. - QUIET=1 + QUIET=-q start } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
