netifd: bring up wifi at boot

SVN-Revision: 31855
owl
Felix Fietkau 2012-05-24 16:24:55 +00:00
parent 44f64af730
commit cc61ab5c6d
1 changed files with 2 additions and 1 deletions

View File

@ -20,13 +20,14 @@ start() {
setup_switch
sleep 1
/sbin/wifi up
}
restart() {
ifdown -a
sleep 1
start
wifi
}
shutdown() {