diff options
| author | Aleksander Jan Bajkowski | 2025-01-15 18:21:24 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-20 20:59:41 +0000 |
| commit | 40115d519cd226889c7ec01d261ac87ccafe6b75 (patch) | |
| tree | 4c4e896f512a954a8084d47c63b4a9b88b24b26c | |
| parent | 96ff9c3353b70f2b025a6fedb32bd99e458cff05 (diff) | |
| download | openwrt-40115d519cd226889c7ec01d261ac87ccafe6b75.tar.gz | |
mediatek: EX5601-T0 add Zyxel EX5601-T1 and T-56 alias
Define EX5601-T1 and T-56 as alternative name, to explicitly show
the device is supported using existing image. EX5601-T1 does not
have the option to switch between WAN/SFP port. The switch port
is hardwired to the WAN port. The Zyxel T-56 is the odido-branded
version of the EX5601-T1.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/17615
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 3d63a41ffab69cb6f49c14cff99c3c3a84899363)
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index d8d35954b0..135a954400 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -1628,6 +1628,10 @@ TARGET_DEVICES += zbtlink_zbt-z8103ax define Device/zyxel_ex5601-t0-stock DEVICE_VENDOR := Zyxel DEVICE_MODEL := EX5601-T0 + DEVICE_ALT0_VENDOR := Zyxel + DEVICE_ALT0_MODEL := EX5601-T1 + DEVICE_ALT1_VENDOR := Zyxel + DEVICE_ALT1_MODEL := T-56 DEVICE_VARIANT := (stock layout) DEVICE_DTS := mt7986a-zyxel-ex5601-t0-stock DEVICE_DTS_DIR := ../dts @@ -1651,6 +1655,10 @@ TARGET_DEVICES += zyxel_ex5601-t0-stock define Device/zyxel_ex5601-t0-ubootmod DEVICE_VENDOR := Zyxel DEVICE_MODEL := EX5601-T0 + DEVICE_ALT0_VENDOR := Zyxel + DEVICE_ALT0_MODEL := EX5601-T1 + DEVICE_ALT1_VENDOR := Zyxel + DEVICE_ALT1_MODEL := T-56 DEVICE_VARIANT := (OpenWrt U-Boot layout) DEVICE_DTS := mt7986a-zyxel-ex5601-t0-ubootmod DEVICE_DTS_DIR := ../dts |