projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tools: symlink seq to the host staging dir (gseq on mac os x)
[openwrt.git]
/
package
/
base-files-network
/
files
/
etc
/
init.d
/
network
diff --git
a/package/base-files-network/files/etc/init.d/network
b/package/base-files-network/files/etc/init.d/network
index
fc51221
..
ad73e60
100755
(executable)
--- a/
package/base-files-network/files/etc/init.d/network
+++ b/
package/base-files-network/files/etc/init.d/network
@@
-10,11
+10,6
@@
boot() {
include /lib/network
setup_switch
- /sbin/wifi detect > /tmp/wireless.tmp
- [ -s /tmp/wireless.tmp ] && {
- cat /tmp/wireless.tmp >> /etc/config/wireless
- }
- rm -f /tmp/wireless.tmp
grep -qs config /etc/config/wireless && {
/sbin/wifi up
}
This page took
0.021651 seconds
and
4
git commands to generate.