Skip to content

Commit

Permalink
tplink-safeloader: update soft_ver for TP-Link Archer C6 v2 (EU)
Browse files Browse the repository at this point in the history
The last couple of TP-Link firmware releases for Archer C6 v2 (EU)
have switched to version 1.2.x. Bump the soft_ver to "1.2.1" to
allow firmware updates from the vendor web interface.

TP-Link vendor firmware releases supported by this change:
* Archer C6(EU)_V2_200110: soft_ver:1.2.1 Build 20200110 rel.60119
* Archer C6(EU)_V2_191014: soft_ver:1.2.0 Build 20191014 rel.33289

Signed-off-by: Georgi Vlaev <georgi.vlaev@gmail.com>
  • Loading branch information
gvlaev authored and blocktrron committed Mar 29, 2020
1 parent 5c57d15 commit ff75bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firmware-utils/src/tplink-safeloader.c
Expand Up @@ -891,7 +891,7 @@ static struct device_info boards[] = {
"{product_name:Archer C6,product_ver:2.0.0,special_id:52550000}\r\n"
"{product_name:Archer C6,product_ver:2.0.0,special_id:4A500000}\r\n",
.support_trail = '\x00',
.soft_ver = "soft_ver:1.1.1\n",
.soft_ver = "soft_ver:1.2.1\n",

.partitions = {
{"fs-uboot", 0x00000, 0x20000},
Expand Down

0 comments on commit ff75bbc

Please sign in to comment.