projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef9450
)
netifd: call /sbin/wifi up on /etc/init.d/network reload
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 May 2012 14:22:42 +0000
(14:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 May 2012 14:22:42 +0000
(14:22 +0000)
SVN-Revision: 31941
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 a3e4d879bae1da462f12d8714cf4e5256da2e66f..ea93819136f9c2ec3458a9b3fe62baec13dd2822 100755
(executable)
--- a/
package/netifd/files/etc/init.d/network
+++ b/
package/netifd/files/etc/init.d/network
@@
-41,4
+41,5
@@
stop() {
reload() {
ubus call network reload
+ /sbin/wifi up
}