Update 'root/etc/init.d/easymesh'

pull/1/head
ben 11 months ago
parent 0e412b1ee4
commit 9c3b1bea45

@ -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

Loading…
Cancel
Save