add ifup -a to boot(), closes #4543 #2781
authorTravis Kemen <thepeople@openwrt.org>
Sat, 5 Sep 2009 05:33:23 +0000 (05:33 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Sat, 5 Sep 2009 05:33:23 +0000 (05:33 +0000)
SVN-Revision: 17515

package/base-files/files/etc/init.d/network

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