diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 13:08:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 13:08:00 +0000 |
commit | 107bcb5de3c5b281dd5b0b0f90c2913205f78af1 (patch) | |
tree | 827b015e58cd6a81287bbe7c89eacb2e8f409f1f | |
parent | 5022b3949a54f21f1a4617ccf192743264117b42 (diff) | |
download | upstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.tar.gz upstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.tar.bz2 upstream-107bcb5de3c5b281dd5b0b0f90c2913205f78af1.zip |
netifd: remove redundant calls to /sbin/wifi down
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38982
-rwxr-xr-x | package/network/config/netifd/files/etc/init.d/network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 8031802e8d..f54d69b472 100755 --- 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 } |