aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/netifd/files')
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network2
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
}