ramips: Add alternate support for TP-Link FR205

This is a MT7621-based device with 128MB NAND flash, 256MB RAM, and a USB port.
It is identical hardware to the already supported TP-Link ER605 v2 right
down to the PCB ID.  The only differences are the color of the case and
the factory firmware features.

Signed-off-by: Raylynn Knight <rayknight@me.com>
Link: https://github.com/openwrt/openwrt/pull/17728
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Raylynn Knight 2025-01-25 23:19:09 -05:00 committed by Hauke Mehrtens
parent 5a124ff167
commit de0e6a9501

View File

@ -2763,6 +2763,9 @@ define Device/tplink_er605-v2
DEVICE_VENDOR := TP-Link DEVICE_VENDOR := TP-Link
DEVICE_MODEL := ER605 DEVICE_MODEL := ER605
DEVICE_VARIANT := v2 DEVICE_VARIANT := v2
DEVICE_ALT0_VENDOR := TP-Link
DEVICE_ALT0_MODEL := FR205
DEVICE_ALT0_VARIANT := v1
DEVICE_PACKAGES := -wpad-basic-mbedtls kmod-usb3 -uboot-envtools DEVICE_PACKAGES := -wpad-basic-mbedtls kmod-usb3 -uboot-envtools
KERNEL_IN_UBI := 1 KERNEL_IN_UBI := 1
KERNEL_LOADADDR := 0x82000000 KERNEL_LOADADDR := 0x82000000