diff options
author | Dmitry Tunin <hanipouspilot@gmail.com> | 2017-11-03 17:31:54 +0300 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-11-14 22:36:46 +0100 |
commit | 3ad5c161f42936366cf90914561068548be45aa4 (patch) | |
tree | 2674d874a6ff4425a635c8e1789b197a8b8e389d /tools/firmware-utils | |
parent | c7fdff157ef827625668252885aeb84aca25d7bb (diff) | |
download | upstream-3ad5c161f42936366cf90914561068548be45aa4.tar.gz upstream-3ad5c161f42936366cf90914561068548be45aa4.tar.bz2 upstream-3ad5c161f42936366cf90914561068548be45aa4.zip |
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>
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r-- | tools/firmware-utils/src/tplink-safeloader.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index eef1f913b9..c1f7c7d16e 100644 --- a/tools/firmware-utils/src/tplink-safeloader.c +++ b/tools/firmware-utils/src/tplink-safeloader.c @@ -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', |