1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 18:40:16 +02:00

add ifup -a to boot(), closes #4543 #2781

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2009-09-05 05:33:23 +00:00
parent a7ad6546ea
commit 412b70da5e

View File

@ -11,6 +11,7 @@ boot() {
setup_switch
[ -s /etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
ifup -a
/sbin/wifi up
}