From e02fc5d3aea3cd27d9ca86eac5e0f378ebd990cd Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 10 Nov 2023 03:07:55 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 3d8d754..c3bc802 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -316,8 +316,8 @@ uci add_list network.cfg030f15.ports='lan2' uci add_list network.cfg030f15.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 network