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>
This commit is contained in:
parent
606eb43b72
commit
149fc3a269
2 changed files with 1 additions and 5 deletions
|
@ -158,11 +158,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan3";
|
label = "lan3";
|
||||||
};
|
};
|
||||||
|
|
||||||
port@4 {
|
|
||||||
status = "okay";
|
|
||||||
label = "lan4";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@ ramips_setup_interfaces()
|
||||||
ucidef_set_interface_lan "lan"
|
ucidef_set_interface_lan "lan"
|
||||||
;;
|
;;
|
||||||
ampedwireless,ally-r1900k|\
|
ampedwireless,ally-r1900k|\
|
||||||
|
asus,rt-ax53u|\
|
||||||
gehua,ghl-r-001|\
|
gehua,ghl-r-001|\
|
||||||
h3c,tx1800-plus|\
|
h3c,tx1800-plus|\
|
||||||
h3c,tx1801-plus|\
|
h3c,tx1801-plus|\
|
||||||
|
|
Loading…
Reference in a new issue