Skip to content

Commit a21ed04

Browse files
committed
tplink-safeloader: Archer C60 v3: add KR, TW, RU
Added KR, TW, RU special_ids for Archer C60 v3's support list based on TP-Link .bin firmware for this device. Link to original TP-Link firmware: - Website: https://www.tp-link.com/en/support/download/archer-c60/#Firmware - Firmware zip file: https://static.tp-link.com/2021/202101/20210118/Archer%20C60(EU)_V3_201231.zip Signed-off-by: Satti Vamsi Krishna Reddy <vamsi3@outlook.com>
1 parent 17de365 commit a21ed04

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/tplink-safeloader.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,10 +1480,13 @@ static struct device_info boards[] = {
14801480
.vendor = "",
14811481
.support_list =
14821482
"SupportList:\r\n"
1483-
"{product_name:Archer C60,product_ver:3.0.0,special_id:42520000}\r\n"
1484-
"{product_name:Archer C60,product_ver:3.0.0,special_id:43410000}\r\n"
14851483
"{product_name:Archer C60,product_ver:3.0.0,special_id:45550000}\r\n"
1486-
"{product_name:Archer C60,product_ver:3.0.0,special_id:55530000}\r\n",
1484+
"{product_name:Archer C60,product_ver:3.0.0,special_id:4B520000}\r\n"
1485+
"{product_name:Archer C60,product_ver:3.0.0,special_id:54570000}\r\n"
1486+
"{product_name:Archer C60,product_ver:3.0.0,special_id:42520000}\r\n"
1487+
"{product_name:Archer C60,product_ver:3.0.0,special_id:52550000}\r\n"
1488+
"{product_name:Archer C60,product_ver:3.0.0,special_id:55530000}\r\n"
1489+
"{product_name:Archer C60,product_ver:3.0.0,special_id:43410000}\r\n",
14871490
.part_trail = 0x00,
14881491
.soft_ver = SOFT_VER_TEXT("soft_ver:3.0.0\n"),
14891492

0 commit comments

Comments
 (0)