diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-05 17:44:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-05 17:44:13 +0000 |
commit | 177477ea96a2cfb0ac5236b8cb634e2780f44614 (patch) | |
tree | be58f48e28346ab04abc9b8374113e10015efd8d /modules/freifunk/root/etc/firewall.freifunk | |
parent | 5c9985ba7a9b1bd0a368c2f59f5aaaef855f4161 (diff) |
modules/freifunk: there's a race-condition between splash and natfix during boot which often prevents proper splash-whitelisting, delay splash-startup by three seconds
Diffstat (limited to 'modules/freifunk/root/etc/firewall.freifunk')
-rw-r--r-- | modules/freifunk/root/etc/firewall.freifunk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/root/etc/firewall.freifunk b/modules/freifunk/root/etc/firewall.freifunk index c70ac3a2a..d8590fa79 100644 --- a/modules/freifunk/root/etc/firewall.freifunk +++ b/modules/freifunk/root/etc/firewall.freifunk @@ -56,4 +56,4 @@ uci_set_state firewall core loaded 1 config_foreach fw_addif interface config_foreach apply_nat_fix interface -[ -x /etc/init.d/luci_splash ] && /etc/init.d/luci_splash start +[ -x /etc/init.d/luci_splash ] && ( sleep 3; /etc/init.d/luci_splash start )& |