projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855dad9
)
netifd: remove redundant calls to /sbin/wifi down
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:00 +0000
(13:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Dec 2013 13:08:00 +0000
(13:08 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38982
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 8031802e8de6398f6b02d303eb550335e870aa90..f54d69b472a7c15c7a9541fd3da27f8893e9a886 100755
(executable)
--- a/
package/network/config/netifd/files/etc/init.d/network
+++ b/
package/network/config/netifd/files/etc/init.d/network
@@
-18,7
+18,6
@@
start_service() {
reload_service() {
ubus call network reload
- /sbin/wifi down
/sbin/wifi up
}
@@
-34,7
+33,6
@@
service_running() {
sleep 5
- /sbin/wifi down
/sbin/wifi up
}