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 <[email protected]>
---
 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,

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to