mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:03:21 +02:00
netifd: start wifi at boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28738 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
470598d25a
commit
6a7cd57cdb
@ -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…
Reference in New Issue
Block a user