tplink-safeloader: add regionless EAP225-V3 IDs
authorSander Vanheule <sander@svanheule.net>
Sun, 26 Jun 2022 14:30:34 +0000 (16:30 +0200)
committerSander Vanheule <sander@svanheule.net>
Sun, 26 Jun 2022 14:36:21 +0000 (16:36 +0200)
Devices whose model ID does not contain a region identifier will not
match the "CA" and "CA,JP" qualified model IDs in the current EAP225-V3
SupportList. This results in the stock firmware giving the following
error when trying to flash a factory image:
    Upgrade failed because the firmware is incompatible

Add the IDs without region qualifiers to also support these devices.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c

index f2268cf50d6f85644c03016b6bfaa9873d93e825..9e99204296d862e6ad298567ca8bfd15cba5d45b 100644 (file)
@@ -1675,8 +1675,10 @@ static struct device_info boards[] = {
                        "SupportList:\r\n"
                        "EAP225(TP-Link|UN|AC1350-D):3.0\r\n"
                        "EAP225(TP-Link|UN|AC1350-D):3.20\r\n"
+                       "EAP225(TP-Link|UN|AC1350-D):4.0\r\n"
                        "EAP225(TP-Link|UN|AC1350-D):4.0 CA\r\n"
                        "EAP225-Outdoor(TP-Link|UN|AC1350-D):1.0\r\n"
+                       "EAP225-Outdoor(TP-Link|UN|AC1350-D):3.0\r\n"
                        "EAP225-Outdoor(TP-Link|UN|AC1350-D):3.0 CA,JP\r\n",
                .part_trail = PART_TRAIL_NONE,
                .soft_ver = SOFT_VER_DEFAULT,