netifd: bring up wifi at boot

SVN-Revision: 31855
master
Felix Fietkau 13 years ago
parent 44f64af730
commit cc61ab5c6d
  1. 3
      package/netifd/files/etc/init.d/network

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

Loading…
Cancel
Save