netifd: bring up wifi at boot
SVN-Revision: 31855
This commit is contained in:
parent
44f64af730
commit
cc61ab5c6d
1 changed files with 2 additions and 1 deletions
|
@ -20,13 +20,14 @@ start() {
|
||||||
setup_switch
|
setup_switch
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
/sbin/wifi up
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
ifdown -a
|
ifdown -a
|
||||||
sleep 1
|
sleep 1
|
||||||
start
|
start
|
||||||
wifi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shutdown() {
|
shutdown() {
|
||||||
|
|
Loading…
Reference in a new issue