ramips: zbt-wg2626: Fix the LAN ports names

The current names don't match with the labels on the case, reverse
the LAN ports order so they match.

Signed-off-by: Alban Bedel <albeu@free.fr>
This commit is contained in:
Alban Bedel 2022-04-23 11:28:51 +02:00 committed by Sungbo Eo
parent f953a1a4bf
commit d806c3caf3

View File

@ -122,22 +122,22 @@
ports {
port@0 {
status = "okay";
label = "lan1";
label = "lan4";
};
port@1 {
status = "okay";
label = "lan2";
label = "lan3";
};
port@2 {
status = "okay";
label = "lan3";
label = "lan2";
};
port@3 {
status = "okay";
label = "lan4";
label = "lan1";
};
port@4 {