diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-10-03 13:23:41 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-10-03 13:23:41 +0200 |
commit | 149fc3a269b435483b31df03d6fd9679286cf9e7 (patch) | |
tree | a3e9b5af19b8e5bf12d70ad2479d00027695a6c7 /target | |
parent | 606eb43b729513e07a2843e090f36c92a848c390 (diff) | |
download | upstream-149fc3a269b435483b31df03d6fd9679286cf9e7.tar.gz upstream-149fc3a269b435483b31df03d6fd9679286cf9e7.tar.bz2 upstream-149fc3a269b435483b31df03d6fd9679286cf9e7.zip |
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>
Diffstat (limited to 'target')
-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|\ |