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

SVN-Revision: 31732
This commit is contained in:
Felix Fietkau 2012-05-14 23:50:59 +00:00
parent 5eed1d8f6b
commit 768d49a428

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
}