mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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>
(cherry picked from commit 149fc3a269
)
This commit is contained in:
parent
23d23038dd
commit
25747a4c04
@ -147,11 +147,6 @@
|
||||
status = "okay";
|
||||
label = "lan3";
|
||||
};
|
||||
|
||||
port@4 {
|
||||
status = "okay";
|
||||
label = "lan4";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -25,6 +25,7 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interface_lan "lan"
|
||||
;;
|
||||
ampedwireless,ally-r1900k|\
|
||||
asus,rt-ax53u|\
|
||||
gehua,ghl-r-001|\
|
||||
hiwifi,hc5962|\
|
||||
netgear,wax202|\
|
||||
|
Loading…
Reference in New Issue
Block a user