mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
netifd: bring up wifi at boot
SVN-Revision: 31855
This commit is contained in:
parent
44f64af730
commit
cc61ab5c6d
@ -20,13 +20,14 @@ start() {
|
||||
setup_switch
|
||||
|
||||
sleep 1
|
||||
|
||||
/sbin/wifi up
|
||||
}
|
||||
|
||||
restart() {
|
||||
ifdown -a
|
||||
sleep 1
|
||||
start
|
||||
wifi
|
||||
}
|
||||
|
||||
shutdown() {
|
||||
|
Loading…
Reference in New Issue
Block a user