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