[PATCH 1/2 firmware-utils] tplink-safeloader: add TP-Link EAP265 HD support
Sander Vanheule
sander at svanheule.net
Thu Apr 14 09:33:29 PDT 2022
The FCC ID request for this device indicates that the hardware is
identical to the EAP245v3. Since FW 5.0.0, TP-Link provides unified
images for both devices.
Partial output of 'tplink-safeloader -i':
[Software version]
Version: 5.0.4
Date: 2021-10-21
Revision: 57494
[Support list]
SupportList:
EAP245(TP-Link|UN|AC1750-D):3.0
EAP265 HD(TP-Link|UN|AC1750-D):1.0
Link: https://fccid.io/TE7EAP265HD/Letter/6-Request-for-FCC-Change-ID-4823578.pdf
Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
src/tplink-safeloader.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/src/tplink-safeloader.c
+++ b/src/tplink-safeloader.c
@@ -1677,7 +1677,8 @@ static struct device_info boards[] = {
.id = "EAP245-V3",
.support_list =
"SupportList:\r\n"
- "EAP245(TP-Link|UN|AC1750-D):3.0\r\n",
+ "EAP245(TP-Link|UN|AC1750-D):3.0\r\n"
+ "EAP265 HD(TP-Link|UN|AC1750-D):1.0",
.part_trail = PART_TRAIL_NONE,
.soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
More information about the openwrt-devel
mailing list