From: Felix Fietkau Date: Mon, 14 May 2012 23:50:59 +0000 (+0000) Subject: netifd: bring up all interfaces on /etc/init.d/network restart X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c3312ba02d1a64c02dfb5c48505c93065de75c3d;p=15.05%2Fopenwrt.git netifd: bring up all interfaces on /etc/init.d/network restart git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31732 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/netifd/files/etc/init.d/network b/package/netifd/files/etc/init.d/network index 455bf411b1..9ef2506dea 100755 --- a/package/netifd/files/etc/init.d/network +++ b/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 }