ramips: mt7620: disable SOC VLANs for external switches
authorMichael Pratt <mcpratt@pm.me>
Tue, 20 Apr 2021 16:35:47 +0000 (12:35 -0400)
committerChuanhong Guo <gch981213@gmail.com>
Wed, 23 Jun 2021 06:22:19 +0000 (14:22 +0800)
commit2adeada04558848058105cdad8195848d10d1486
tree3549fdc21714ac1cec8fa1d8d6504d7dbdcc9288
parent88a0cebadfecb6ebb9f5f535e74f7f7574f513f3
ramips: mt7620: disable SOC VLANs for external switches

These boards have AR8327 or QCA8337 external ethernet switch.
The SOC also has it's own internal switch
where VLAN is now enabled by default.

Changes to preinit caused all switches to have VLANs enabled by default
even if they are not configured with a topology in uci_defaults
(see commit f017f617aecbd47debd4d3a734dc0e471342db96)

When both internal and external switches have VLANs,
and the external switch has both LAN and WAN,
the TX traffic from the SOC cannot flow to the tagged port on the external switch
because the VLAN IDs are not matching.

So disable the internal switch VLANs by default on these boards.

Also, add a topology for the internal switch,
so that on LuCI there is not an "unknown topology" warning.

In theory, it may be possible to have LAN ports on both switches
through internal and external PHYs, but there are no known boards that have this.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
target/linux/ramips/mt7620/base-files/etc/board.d/02_network