modules/freifunk: there's a race-condition between splash and natfix during boot...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 5 Jun 2009 17:44:13 +0000 (17:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 5 Jun 2009 17:44:13 +0000 (17:44 +0000)
modules/freifunk/root/etc/firewall.freifunk

index c70ac3a..d8590fa 100644 (file)
@@ -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 )&