[openwrt/openwrt] ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 6 04:27:14 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cefc543b029a7af72420a5c514245287cd3df933

commit cefc543b029a7af72420a5c514245287cd3df933
Author: Cezary Jackiewicz <cezary at eko.one.pl>
AuthorDate: Sun Feb 5 07:24:05 2023 +0100

    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 at eko.one.pl>
---
 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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";
 };




More information about the lede-commits mailing list