tools: tplink-safeloader: add C7v5 EU SupportList
Currently flash from WebIF is broken for Archer C7 v5 EU models as their SupportList entries are missing. The added entries originate from TP-Links latest Archer C7 v5 EU firmware. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
c19f1a8665
commit
53020ed4b9
1 changed files with 5 additions and 1 deletions
|
@ -665,7 +665,11 @@ static struct device_info boards[] = {
|
|||
.support_list =
|
||||
"SupportList:\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:00000000}\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:55530000}\n",
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:45550000}\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:55530000}\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:43410000}\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:4A500000}\n"
|
||||
"{product_name:Archer C7,product_ver:5.0.0,special_id:54570000}\n",
|
||||
|
||||
.support_trail = '\x00',
|
||||
.soft_ver = "soft_ver:1.0.0\n",
|
||||
|
|
Loading…
Reference in a new issue