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
master
Felix Fietkau 2012-05-14 23:50:59 +00:00
parent 94b38ec0fd
commit c3312ba02d
1 changed files with 1 additions and 2 deletions

View File

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