projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b38ec
)
netifd: bring up all interfaces on /etc/init.d/network restart
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 May 2012 23:50:59 +0000
(23:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
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
patch
|
blob
|
history
diff --git
a/package/netifd/files/etc/init.d/network
b/package/netifd/files/etc/init.d/network
index
455bf41
..
9ef2506
100755
(executable)
--- 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
}