mirror of https://github.com/hak5/openwrt-owl.git
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 53020ed4b9
)
openwrt-18.06
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…
Reference in New Issue