projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
system now knows which timezone it is in
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
network
diff --git
a/package/base-files/files/etc/init.d/network
b/package/base-files/files/etc/init.d/network
index
eab0011
..
e77db02
100755
(executable)
--- a/
package/base-files/files/etc/init.d/network
+++ b/
package/base-files/files/etc/init.d/network
@@
-9,7
+9,7
@@
boot() {
include /lib/network
setup_switch
include /lib/network
setup_switch
- [ -
e
/etc/config/wireless ] || \
+ [ -
s
/etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
/sbin/wifi up
}
/sbin/wifi detect > /etc/config/wireless
/sbin/wifi up
}
@@
-20,6
+20,10
@@
start() {
}
restart() {
}
restart() {
+ setup_switch() { return 0; }
+
+ include /lib/network
+ setup_switch
ifup -a
/sbin/wifi up
}
ifup -a
/sbin/wifi up
}
This page took
0.024447 seconds
and
4
git commands to generate.