diff --git a/bsp/dir300/root_file_system/etc/config/network b/bsp/dir300/root_file_system/etc/config/network index 5871690..5c38e82 100644 --- a/bsp/dir300/root_file_system/etc/config/network +++ b/bsp/dir300/root_file_system/etc/config/network @@ -42,10 +42,12 @@ config 'switch_vlan' 'eth0_4' option 'ports' '3 5t' config 'interface' 'ethmesh1' + option 'type' 'bridge' option 'ifname' 'eth0.3' option 'mtu' '1528' config 'interface' 'ethmesh2' + option 'type' 'bridge' option 'ifname' 'eth0.4' option 'mtu' '1528' diff --git a/bsp/wr1043nd/root_file_system/etc/config/network b/bsp/wr1043nd/root_file_system/etc/config/network index 0ecef4e..f06d3f0 100644 --- a/bsp/wr1043nd/root_file_system/etc/config/network +++ b/bsp/wr1043nd/root_file_system/etc/config/network @@ -18,10 +18,12 @@ config 'interface' 'wan' option 'proto' 'dhcp' config 'interface' 'ethmesh1' + option 'type' 'bridge' option 'ifname' 'eth0.3' option 'mtu' '1528' config 'interface' 'ethmesh2' + option 'type' 'bridge' option 'ifname' 'eth0.4' option 'mtu' '1528'