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:
Felix Fietkau
2011-11-03 20:02:52 +00:00
parent a5f5999a2d
commit 5f8e0eff4b

View File

@@ -9,6 +9,10 @@ start() {
setup_switch
ubus call network reload
grep -qs config /etc/config/wireless && {
/sbin/wifi up
}
}
restart() {