Browse Source

netifd: bring up all interfaces on /etc/init.d/network restart

SVN-Revision: 31732
Felix Fietkau 14 years ago
parent
commit
768d49a428
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package/netifd/files/etc/init.d/network

+ 1 - 2
package/netifd/files/etc/init.d/network

@@ -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
 	}