diff --git a/root/easymesh/easymesh.sh b/root/easymesh/easymesh.sh old mode 100755 new mode 100644 index ec150ea..8a97d1b --- a/root/easymesh/easymesh.sh +++ b/root/easymesh/easymesh.sh @@ -325,8 +325,8 @@ set_easymesh() { uci add_list network.@device[0].ports='wan' uci set network.lan.type='bridge' - # If you also need to configure the wireless network to be part of the bridge: - uci set wireless.default_$apall.network='lan' # Make sure the Wi-Fi is part of the lan network + # Make sure the Wi-Fi is part of the lan + uci set wireless.wifinet1.network='lan nwi_mesh_${apall} wwan' # Commit all changes uci commit