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:
8a98d25
)
wifi: restart netifd wifi interfaces on the "up" command like the old variant
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 16:53:27 +0000
(16:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 16:53:27 +0000
(16:53 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38990
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/sbin/wifi
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/wifi
b/package/base-files/files/sbin/wifi
index
2687f1e
..
f40cd7f
100755
(executable)
--- a/
package/base-files/files/sbin/wifi
+++ b/
package/base-files/files/sbin/wifi
@@
-126,6
+126,7
@@
wifi_updown() {
cmd=down
[ enable = "$1" ] && {
_wifi_updown disable "$2"
+ ubus_wifi_cmd "$cmd" "$2"
scan_wifi
cmd=up
}