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>
"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,