tplink-safeloader: bump EAP225-Outdoor v1 compat
authorSander Vanheule <sander@svanheule.net>
Tue, 16 Jan 2024 19:31:33 +0000 (20:31 +0100)
committerSander Vanheule <sander@svanheule.net>
Tue, 23 Jan 2024 09:59:58 +0000 (10:59 +0100)
Since firmware revision 5.1.0, the firmware compatibility version
increased to 2.  This means that this and later revisions will refuse
(OpenWrt) images with compatibility version 1, so increase our level to
get them accepted again.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c

index f489b7964d02bf41f7a19289488a2ea227055ab4..73d92fa5232df378a2e8e8092afffe8faed79783 100644 (file)
@@ -1920,7 +1920,7 @@ static struct device_info boards[] = {
                        "EAP225-Outdoor(TP-Link|UN|AC1200-D):1.0\r\n",
                .part_trail = PART_TRAIL_NONE,
                .soft_ver = SOFT_VER_DEFAULT,
-               .soft_ver_compat_level = 1,
+               .soft_ver_compat_level = 2,
 
                .partitions = {
                        {"fs-uboot", 0x00000, 0x20000},