mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
netifd: start wifi at boot
SVN-Revision: 28738
This commit is contained in:
parent
3ac5165690
commit
d4d91df5fe
@ -9,6 +9,10 @@ start() {
|
|||||||
setup_switch
|
setup_switch
|
||||||
|
|
||||||
ubus call network reload
|
ubus call network reload
|
||||||
|
|
||||||
|
grep -qs config /etc/config/wireless && {
|
||||||
|
/sbin/wifi up
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user