mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-04 18:09:26 +00:00
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> (cherry picked from commit 53020ed4b981d8d48394842d0aff1a0d0497cc1c)
This commit is contained in:
parent
709d080da5
commit
a02d9a7d9f
@ -626,7 +626,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…
x
Reference in New Issue
Block a user