Skip to content

Commit

Permalink
firmware-utils: tplink-safeloader: support Archer A6 v3 CA
Browse files Browse the repository at this point in the history
The Canadian edition of the TP-Link Archer A6 v3 uses a different header, but
otherwise it's identical to the already supported EU/US editions.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Tested-by: Brian Lee <dev@leebrian.me>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
  • Loading branch information
Stijn Segers authored and adschm committed Jun 19, 2021
1 parent 04589cb commit b6245fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/firmware-utils/src/tplink-safeloader.c
Expand Up @@ -1097,6 +1097,7 @@ static struct device_info boards[] = {
.vendor = "",
.support_list =
"SupportList:\n"
"{product_name:Archer A6,product_ver:3.0.0,special_id:43410000}\n"
"{product_name:Archer A6,product_ver:3.0.0,special_id:55530000}\n"
"{product_name:Archer A6,product_ver:3.0.0,special_id:54570000}\n",
.part_trail = 0x00,
Expand Down

0 comments on commit b6245fb

Please sign in to comment.