From 544a54bfa06a05a27d30ea761373425faf374970 Mon Sep 17 00:00:00 2001 From: Jason Hawks Date: Thu, 9 Nov 2023 23:19:58 -0500 Subject: [PATCH] Ben's latest fix --- root/easymesh/easymesh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/easymesh/easymesh.sh b/root/easymesh/easymesh.sh index ec150ea..8a97d1b 100755 --- 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