1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 15:05:12 +01:00

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

SVN-Revision: 17515
This commit is contained in:
Travis Kemen 2009-09-05 05:33:23 +00:00
parent 4c47562a37
commit 1776830e64

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