From: Cezary Jackiewicz Date: Sun, 5 Feb 2023 06:24:05 +0000 (+0100) Subject: ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cefc543b029a7af72420a5c514245287cd3df933;p=openwrt%2Fstaging%2Fjow.git 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 --- diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts index 3205b7d564..6fce4ae87b 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts @@ -383,11 +383,11 @@ &swport3 { status = "okay"; - label = "lan2"; + label = "lan1"; }; &swport4 { status = "okay"; - label = "lan1"; + label = "lan2"; };