projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa66a10
)
wireless config gets regenerated not only when it does not exist, buit also if it...
author
John Crispin
<blogic@openwrt.org>
Tue, 24 Jul 2007 22:10:10 +0000
(22:10 +0000)
committer
John Crispin
<blogic@openwrt.org>
Tue, 24 Jul 2007 22:10:10 +0000
(22:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8149
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
eab0011
..
2a11666
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
}