1
0
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:
nbd 2011-11-03 20:02:52 +00:00
parent 470598d25a
commit 6a7cd57cdb

View File

@ -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() {