mediatek: filogic: fix for new GL.iNet GL-MT2500/GL-MT2500A hardware revision
GL.iNet shipped a hardware change of the WAN PHY going from the MaxLinear GPY211C to the Airoha EN8811H. Signed-off-by: Matthew Bilker <me@mbilker.us> Link: https://github.com/openwrt/openwrt/pull/18799 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
b6b24a5de9
commit
8d30e07180
@@ -927,16 +927,31 @@ TARGET_DEVICES += gatonetworks_gdsp
|
||||
define Device/glinet_gl-mt2500
|
||||
DEVICE_VENDOR := GL.iNet
|
||||
DEVICE_MODEL := GL-MT2500
|
||||
DEVICE_DTS := mt7981b-glinet-gl-mt2500
|
||||
DEVICE_VARIANT := MaxLinear PHY
|
||||
DEVICE_DTS := mt7981b-glinet-gl-mt2500-v1
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
DEVICE_DTS_LOADADDR := 0x47000000
|
||||
DEVICE_PACKAGES := -wpad-basic-mbedtls e2fsprogs f2fsck mkf2fs kmod-usb3
|
||||
SUPPORTED_DEVICES += glinet,mt2500-emmc
|
||||
SUPPORTED_DEVICES += glinet,mt2500-emmc glinet,gl-mt2500-airoha
|
||||
IMAGES := sysupgrade.bin
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-gl-metadata
|
||||
endef
|
||||
TARGET_DEVICES += glinet_gl-mt2500
|
||||
|
||||
define Device/glinet_gl-mt2500-airoha
|
||||
DEVICE_VENDOR := GL.iNet
|
||||
DEVICE_MODEL := GL-MT2500
|
||||
DEVICE_VARIANT := Airoha PHY
|
||||
DEVICE_DTS := mt7981b-glinet-gl-mt2500-v2
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
DEVICE_DTS_LOADADDR := 0x47000000
|
||||
DEVICE_PACKAGES := -wpad-basic-mbedtls e2fsprogs f2fsck mkf2fs kmod-usb3 kmod-phy-airoha-en8811h airoha-en8811h-firmware
|
||||
SUPPORTED_DEVICES += glinet,mt2500-emmc glinet,gl-mt2500
|
||||
IMAGES := sysupgrade.bin
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-gl-metadata
|
||||
endef
|
||||
TARGET_DEVICES += glinet_gl-mt2500-airoha
|
||||
|
||||
define Device/glinet_gl-mt3000
|
||||
DEVICE_VENDOR := GL.iNet
|
||||
DEVICE_MODEL := GL-MT3000
|
||||
|
||||
Reference in New Issue
Block a user