netifd: bring up all interfaces on /etc/init.d/network restart
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 May 2012 23:50:59 +0000 (23:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 May 2012 23:50:59 +0000 (23:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31732 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/netifd/files/etc/init.d/network

index 455bf41..9ef2506 100755 (executable)
@@ -8,8 +8,7 @@ start() {
        include /lib/network
        setup_switch
 
-       ubus call network reload
-
+       ifup -a
        grep -qs config /etc/config/wireless && {
                /sbin/wifi up
        }