tools: tplink-safeloader: add C7v5 EU SupportList
authorDavid Bauer <mail@david-bauer.net>
Wed, 7 Nov 2018 21:31:46 +0000 (22:31 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Fri, 23 Nov 2018 21:22:51 +0000 (21:22 +0000)
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>
tools/firmware-utils/src/tplink-safeloader.c

index a51cca476e3bca696e61ae3bbeb4b72d60d0252b..2959a212f805c059f89f37fe9d30448c4b9c27d3 100644 (file)
@@ -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",