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
+4
View File
@@ -9,6 +9,10 @@ start() {
setup_switch
ubus call network reload
grep -qs config /etc/config/wireless && {
/sbin/wifi up
}
}
restart() {