firmware-utils: tplink-safeloader: add support for Archer C5 v2 JP/US
Add support for Japan and US versions of TP-Link Archer C5 v2 Signed-off-by: Jean-Pierre St-Yves <jpstyves@gmail.com>
This commit is contained in:
parent
7d21b4eed0
commit
01280bc8dc
1 changed files with 3 additions and 3 deletions
|
@ -423,9 +423,9 @@ static struct device_info boards[] = {
|
|||
.vendor = "",
|
||||
.support_list =
|
||||
"SupportList:\r\n"
|
||||
"{product_name:ArcherC5,"
|
||||
"product_ver:2.0.0,"
|
||||
"special_id:00000000}\r\n",
|
||||
"{product_name:ArcherC5,product_ver:2.0.0,special_id:00000000}\r\n"
|
||||
"{product_name:ArcherC5,product_ver:2.0.0,special_id:55530000}\r\n"
|
||||
"{product_name:ArcherC5,product_ver:2.0.0,special_id:4A500000}\r\n", /* JP version */
|
||||
.support_trail = '\x00',
|
||||
.soft_ver = NULL,
|
||||
|
||||
|
|
Loading…
Reference in a new issue