[openwrt/openwrt] bcm63xx: DGND3700v1: fix port order

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 28 08:38:51 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/9c58f5d4ffa3f97312a29cc135300a5bf29dd162

commit 9c58f5d4ffa3f97312a29cc135300a5bf29dd162
Author: Daniel González Cabanelas <dgcbueu at gmail.com>
AuthorDate: Sun May 24 00:24:02 2020 +0200

    bcm63xx: DGND3700v1: fix port order
    
    Fix the switch LAN labels for the DGND3700v1/DGND3800B router,
    the order is reversed.
    
    Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
    [cut out of bigger patch, adjust commit title/message accordingly]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
    (cherry picked from commit 583b3e40254076693eb5227a9d9ae49eb2b0bcbf)
---
 target/linux/brcm63xx/dts/dgnd3700v1.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/brcm63xx/dts/dgnd3700v1.dts b/target/linux/brcm63xx/dts/dgnd3700v1.dts
index b6aec06e6b..82f3cb69b8 100644
--- a/target/linux/brcm63xx/dts/dgnd3700v1.dts
+++ b/target/linux/brcm63xx/dts/dgnd3700v1.dts
@@ -149,22 +149,22 @@
 
 			lan at 1 {
 				reg = <1>;
-				label = "lan1";
+				label = "lan4";
 			};
 
 			lan at 2 {
 				reg = <2>;
-				label = "lan2";
+				label = "lan3";
 			};
 
 			lan at 3 {
 				reg = <3>;
-				label = "lan3";
+				label = "lan2";
 			};
 
 			lan at 4 {
 				reg = <4>;
-				label = "lan4";
+				label = "lan1";
 			};
 
 			cpu at 8 {



More information about the lede-commits mailing list