tplink-safeloader: bump EAP610-V3 compat_level
authorSander Vanheule <sander@svanheule.net>
Sat, 21 Sep 2024 11:13:17 +0000 (13:13 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 21 Sep 2024 11:17:56 +0000 (13:17 +0200)
Since vendor firmware version 1.4.x, the compatibility level for the
TP-Link EAP610 v3/EAP613 v1 has been bumped from 2. This means users
running 1.4.x or newer cannot install the OpenWrt factory image with
compatibility level 1. Align the numbers to fix this.

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

index c3775fd824871569e7fad023f72eea6325c9e9f2..af6211b20025b0d1cf6417178705597fef0a6e01 100644 (file)
@@ -2127,7 +2127,7 @@ static struct device_info boards[] = {
        {
                .id = "EAP610-V3",
                .soft_ver = SOFT_VER_DEFAULT,
-               .soft_ver_compat_level = 1,
+               .soft_ver_compat_level = 2,
                .support_list =
                        "SupportList:\r\n"
                        "EAP610(TP-Link|UN|AX1800-D):3.0\r\n"