projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e8520
)
wireless config gets regenerated not only when it does not exist, buit also if it...
author
John Crispin
<john@openwrt.org>
Tue, 24 Jul 2007 22:11:13 +0000
(22:11 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 24 Jul 2007 22:11:13 +0000
(22:11 +0000)
SVN-Revision: 8150
package/base-files/files/etc/init.d/network
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/network
b/package/base-files/files/etc/init.d/network
index eab00118ad46242ee6c3e8289c12b12ab6252fa9..2a116664e4c58f8b69faf847d5c6cef2e9cdf6c1 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
- [ -
e
/etc/config/wireless ] || \
+ [ -
s
/etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
/sbin/wifi up
}