projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S40network
diff --git
a/openwrt/package/base-files/default/etc/init.d/S40network
b/openwrt/package/base-files/default/etc/init.d/S40network
index
c4226d3
..
168fd29
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S40network
+++ b/
openwrt/package/base-files/default/etc/init.d/S40network
@@
-1,12
+1,12
@@
#!/bin/sh
. /etc/functions.sh
#!/bin/sh
. /etc/functions.sh
-[ -e /etc/config/network ] && . /etc/config/network
+[
"$FAILSAFE" != "true" -a
-e /etc/config/network ] && . /etc/config/network
case "$1" in
start|restart)
case "$1" in
start|restart)
- ifup lan
- ifup wan
- ifup wifi
- wifi up
+
#
ifup lan
+
#
ifup wan
+
#
ifup wifi
+
#
wifi up
for route in $(nvram get static_route); do {
eval "set $(echo $route | sed 's/:/ /g')"
for route in $(nvram get static_route); do {
eval "set $(echo $route | sed 's/:/ /g')"
This page took
0.024267 seconds
and
4
git commands to generate.