tplink-safeloader: bump EAP610-V3 compat_level openwrt-23.05
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:54:17 +0000 (13:54 +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>
(cherry picked from commit ed9c97fa3305c70cf08f9b11869cafdae5ea5068)

src/tplink-safeloader.c

index b748b0b9cd10a4f06c1b6c6169bbeab823b81ff6..b3715cdef332fb537839dd4835de45ad9ad41877 100644 (file)
@@ -2125,7 +2125,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"