From: Sander Vanheule Date: Sun, 26 Jun 2022 14:30:34 +0000 (+0200) Subject: tplink-safeloader: add regionless EAP225-V3 IDs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9563fe8e78cb45cbfcc3c6bf5dc782b4829b1182;p=project%2Ffirmware-utils.git tplink-safeloader: add regionless EAP225-V3 IDs 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 --- diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index f2268cf..9e99204 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -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,