[openwrt/openwrt] ramips: fix switch setup for ASUS RT-AX53U

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 3 04:29:00 PDT 2022


neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/149fc3a269b435483b31df03d6fd9679286cf9e7

commit 149fc3a269b435483b31df03d6fd9679286cf9e7
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Mon Oct 3 13:23:41 2022 +0200

    ramips: fix switch setup for ASUS RT-AX53U
    
    The device has only 1 WAN + 3 LAN ports. Remove "lan4" interface
    corresponding to the non-existing port.
    
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts             | 5 -----
 target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts b/target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts
index fc1a00a1c9..aec8a0494d 100644
--- a/target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts
+++ b/target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts
@@ -158,11 +158,6 @@
 			status = "okay";
 			label = "lan3";
 		};
-
-		port at 4 {
-			status = "okay";
-			label = "lan4";
-		};
 	};
 };
 
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
index 15aa9aefcc..0a05017fd7 100644
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
@@ -29,6 +29,7 @@ ramips_setup_interfaces()
 		ucidef_set_interface_lan "lan"
 		;;
 	ampedwireless,ally-r1900k|\
+	asus,rt-ax53u|\
 	gehua,ghl-r-001|\
 	h3c,tx1800-plus|\
 	h3c,tx1801-plus|\




More information about the lede-commits mailing list