diff options
| author | Matthias Schiffer | 2022-10-03 11:23:41 +0000 |
|---|---|---|
| committer | Matthias Schiffer | 2022-10-03 11:23:41 +0000 |
| commit | 149fc3a269b435483b31df03d6fd9679286cf9e7 (patch) | |
| tree | a3e9b5af19b8e5bf12d70ad2479d00027695a6c7 | |
| parent | 606eb43b729513e07a2843e090f36c92a848c390 (diff) | |
| download | openwrt-149fc3a269b435483b31df03d6fd9679286cf9e7.tar.gz | |
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@universe-factory.net>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_asus_rt-ax53u.dts | 5 | ||||
| -rw-r--r-- | target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 1 |
2 files changed, 1 insertions, 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@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|\ |