tplink-safeloader: add Archer A6 v2 (RU)
authorAlexey Kuznetsov <axet@me.com>
Mon, 20 Nov 2023 07:56:59 +0000 (10:56 +0300)
committerSander Vanheule <sander@svanheule.net>
Tue, 21 Nov 2023 20:12:22 +0000 (21:12 +0100)
The SupportList entry can be obtained from the firmare at:
    https://www.tp-link.com/ru/support/download/archer-a6/#Firmware

    $ strings firmware.bin | grep "special_id"
    {product_name:Archer A6,product_ver:2.0.0,special_id:52550000}

Link: https://forum.openwrt.org/t/60075/50
Signed-off-by: Alexey Kuznetsov <axet@me.com>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c

index b8a3e068b1c975db956af2b734c22e9ca2e7690f..994aed5d1c96932b8cc5b374be71909f71c8b733 100644 (file)
@@ -1219,6 +1219,7 @@ static struct device_info boards[] = {
                .support_list =
                        "SupportList:\r\n"
                        "{product_name:Archer A6,product_ver:2.0.0,special_id:45550000}\r\n"
+                       "{product_name:Archer A6,product_ver:2.0.0,special_id:52550000}\r\n"
                        "{product_name:Archer C6,product_ver:2.0.0,special_id:45550000}\r\n"
                        "{product_name:Archer C6,product_ver:2.0.0,special_id:52550000}\r\n"
                        "{product_name:Archer C6,product_ver:2.0.0,special_id:4A500000}\r\n",