1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 04:33:21 +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 setup_switch
sleep 1 sleep 1
/sbin/wifi up
} }
restart() { restart() {
ifdown -a ifdown -a
sleep 1 sleep 1
start start
wifi
} }
shutdown() { shutdown() {