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