mirror of https://github.com/hak5/openwrt.git
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>openwrt-18.06
parent
7d21b4eed0
commit
01280bc8dc
|
@ -423,9 +423,9 @@ static struct device_info boards[] = {
|
||||||
.vendor = "",
|
.vendor = "",
|
||||||
.support_list =
|
.support_list =
|
||||||
"SupportList:\r\n"
|
"SupportList:\r\n"
|
||||||
"{product_name:ArcherC5,"
|
"{product_name:ArcherC5,product_ver:2.0.0,special_id:00000000}\r\n"
|
||||||
"product_ver:2.0.0,"
|
"{product_name:ArcherC5,product_ver:2.0.0,special_id:55530000}\r\n"
|
||||||
"special_id:00000000}\r\n",
|
"{product_name:ArcherC5,product_ver:2.0.0,special_id:4A500000}\r\n", /* JP version */
|
||||||
.support_trail = '\x00',
|
.support_trail = '\x00',
|
||||||
.soft_ver = NULL,
|
.soft_ver = NULL,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue