firmware-utils: tplink-safeloader: add more country codes for Archer C7 v4
If codes do not match, it is impossible to flash from the stock firmware. Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
This commit is contained in:
parent
c7fdff157e
commit
3ad5c161f4
1 changed files with 7 additions and 0 deletions
|
@ -490,7 +490,14 @@ static struct device_info boards[] = {
|
|||
.id = "ARCHER-C7-V4",
|
||||
.support_list =
|
||||
"SupportList:\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:00000000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:41550000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:45550000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:4B520000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:42520000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:4A500000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:52550000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:54570000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:55530000}\n"
|
||||
"{product_name:Archer C7,product_ver:4.0.0,special_id:43410000}\n",
|
||||
.support_trail = '\x00',
|
||||
|
|
Loading…
Reference in a new issue