mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-16 06:14:17 +01:00
netifd: start wifi at boot
SVN-Revision: 28738
This commit is contained in:
parent
3ac5165690
commit
d4d91df5fe
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ start() {
|
|||
setup_switch
|
||||
|
||||
ubus call network reload
|
||||
|
||||
grep -qs config /etc/config/wireless && {
|
||||
/sbin/wifi up
|
||||
}
|
||||
}
|
||||
|
||||
restart() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue