1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 05:02:58 +02:00

netifd: bring up wifi at boot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-05-24 16:24:55 +00:00
parent e459120874
commit 8a303aee1e

View File

@ -20,13 +20,14 @@ start() {
setup_switch
sleep 1
/sbin/wifi up
}
restart() {
ifdown -a
sleep 1
start
wifi
}
shutdown() {