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 }