diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 0096c25..6fffaa3 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -309,15 +309,18 @@ uci set wireless.default_$apall.network='lan' # Make sure the Wi-Fi is part of t # Commit all changes uci commit network +uci commit system # In case of separate wireless config, commit that too uci commit wireless # Restart the network to apply changes /etc/init.d/network restart +/etc/init.d/system reload # restart wifi wifi reload +wifi up # Removing firewall configuration mv /etc/config/firewall /etc/config/firewall.unused