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:
parent
e459120874
commit
8a303aee1e
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user