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:
2a9f1ba
)
add ifup -a to boot(), closes #4543 #2781
author
Travis Kemen
<thepeople@openwrt.org>
Sat, 5 Sep 2009 05:33:23 +0000
(
05:33
+0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Sat, 5 Sep 2009 05:33:23 +0000
(
05:33
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515
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
e77db02
..
b63ed0b
100755
(executable)
--- a/
package/base-files/files/etc/init.d/network
+++ b/
package/base-files/files/etc/init.d/network
@@
-11,6
+11,7
@@
boot() {
setup_switch
[ -s /etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
+ ifup -a
/sbin/wifi up
}