tplink-safeloader: bump EAP225-V3 compat_level openwrt-23.05
authorSander Vanheule <sander@svanheule.net>
Wed, 31 Jan 2024 07:58:26 +0000 (08:58 +0100)
committerSander Vanheule <sander@svanheule.net>
Wed, 31 Jan 2024 08:02:20 +0000 (09:02 +0100)
Since firmware revision 5.1.0, the firmware compatibility level
increased to 2 for the following devices:
- EAP225 v3,
- EAP225 v4,
- EAP225-Outdoor v1, and
- EAP225-Outdoor v3.

This means that this and later revisions will refuse (OpenWrt) images
with compatibility level 1, so increase our level to get them accepted
again.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
(cherry picked from commit c1e06daf4622b2d60bb39e35704c62b2bd634be3)

src/tplink-safeloader.c

index b9b8584820ed065a45d2960d3552ca8e0b67f263..b748b0b9cd10a4f06c1b6c6169bbeab823b81ff6 100644 (file)
@@ -1983,7 +1983,7 @@ static struct device_info boards[] = {
                        "EAP225-Outdoor(TP-Link|UN|AC1200-D):3.0 CA,JP\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},