From 735f977b59c406cc72146a6300919a51e1051094 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 5 Nov 2023 14:57:04 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 964b545..4c3a3ff 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -302,7 +302,7 @@ uci set system.@system[0].hostname=$gateway # Configure LAN bridge and add ethernet interfaces to the bridge # uci set network.lan.ifname='eth0 eth1 wan lan1 lan2 lan3' # Add ethernet interfaces and the kitchen sink here -# uci set network.lan.type='bridge' +uci set network.lan.type='bridge' # List of interfaces to ensure are part of the bridge declare -a interfaces_to_check=('bat0' 'eth0' 'eth1' 'lan1' 'lan2' 'wan')