projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix a typo in the ar7240 dsa driver
[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
b63ed0b
..
74478c7
100755
(executable)
--- a/
package/base-files/files/etc/init.d/network
+++ b/
package/base-files/files/etc/init.d/network
@@
-2,7
+2,7
@@
# Copyright (C) 2006 OpenWrt.org
START=40
-STOP=
4
0
+STOP=
9
0
boot() {
setup_switch() { return 0; }
@@
-11,7
+11,6
@@
boot() {
setup_switch
[ -s /etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
- ifup -a
/sbin/wifi up
}
This page took
0.027494 seconds
and
4
git commands to generate.