From bec2c973096c3bead806cbf3a081abcb37ef9e85 Mon Sep 17 00:00:00 2001 From: Olli Date: Sat, 6 Mar 2021 22:59:48 +0100 Subject: [PATCH] Removed bridge from interface types --- .../sunxi/base-files/etc/uci-defaults/99-switch-config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/root/target/linux/sunxi/base-files/etc/uci-defaults/99-switch-config b/root/target/linux/sunxi/base-files/etc/uci-defaults/99-switch-config index 9394d346..aa4e0b35 100755 --- a/root/target/linux/sunxi/base-files/etc/uci-defaults/99-switch-config +++ b/root/target/linux/sunxi/base-files/etc/uci-defaults/99-switch-config @@ -1,9 +1,3 @@ -uci set network.lan.type=bridge -uci set network.wan1.type=bridge -uci set network.wan2.type=bridge -uci set network.wan3.type=bridge -uci set network.wan4.type=bridge - if [ -f "/etc/.lamobo-r1.dsa" ]; then uci delete network.@switch_vlan[1] uci delete network.@switch_vlan[0]