ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW

After switching to DSA, the LAN ports in Cell C RTL30VW have swapped numbers. Assigning the right numbers.

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
This commit is contained in:
Cezary Jackiewicz 2023-02-05 07:24:05 +01:00 committed by Christian Marangi
parent 6bc675c0be
commit cefc543b02
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -383,11 +383,11 @@
&swport3 {
status = "okay";
label = "lan2";
label = "lan1";
};
&swport4 {
status = "okay";
label = "lan1";
label = "lan2";
};