aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackage/netifd/files/etc/init.d/network3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/netifd/files/etc/init.d/network b/package/netifd/files/etc/init.d/network
index 455bf411b1..9ef2506dea 100755
--- a/package/netifd/files/etc/init.d/network
+++ b/package/netifd/files/etc/init.d/network
@@ -8,8 +8,7 @@ start() {
include /lib/network
setup_switch
- ubus call network reload
-
+ ifup -a
grep -qs config /etc/config/wireless && {
/sbin/wifi up
}