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:30:26 +0000 (21:30 +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>
(cherry picked from commit 53020ed4b981d8d48394842d0aff1a0d0497cc1c)

tools/firmware-utils/src/tplink-safeloader.c

index b2cc96bc3ce765df62bee837bdf0e3cf2d53be1b..4b227e1c97b6c5b236dba29dbdd5f0bcd68621cb 100644 (file)
@@ -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",