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:
0124271
)
netifd: bring wifi down before shutting down
author
Jonas Gorski
<jogo@openwrt.org>
Sat, 8 Jun 2013 11:44:12 +0000
(11:44 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Sat, 8 Jun 2013 11:44:12 +0000
(11:44 +0000)
works around wifiX references not being freed on network restart.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36883
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/config/netifd/files/etc/init.d/network
patch
|
blob
|
history
diff --git
a/package/network/config/netifd/files/etc/init.d/network
b/package/network/config/netifd/files/etc/init.d/network
index
429f33d
..
7558645
100755
(executable)
--- a/
package/network/config/netifd/files/etc/init.d/network
+++ b/
package/network/config/netifd/files/etc/init.d/network
@@
-37,6
+37,7
@@
shutdown() {
}
stop() {
+ /sbin/wifi down
service_stop /sbin/netifd
}