projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9985b
)
modules/freifunk: there's a race-condition between splash and natfix during boot...
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 5 Jun 2009 17:44:13 +0000
(17:44 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 5 Jun 2009 17:44:13 +0000
(17:44 +0000)
modules/freifunk/root/etc/firewall.freifunk
patch
|
blob
|
history
diff --git
a/modules/freifunk/root/etc/firewall.freifunk
b/modules/freifunk/root/etc/firewall.freifunk
index c70ac3a2acc71b85ce0bea297d28bd0cd5fd67b6..d8590fa7970157ff7dc8ba9ad58edad64f2d2769 100644
(file)
--- 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 )&