tplink-safeloader: bump EAP615-Wall compat_level
authorStijn Segers <foss@volatilesystems.org>
Sat, 6 Jan 2024 19:14:40 +0000 (20:14 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 7 Jan 2024 11:05:23 +0000 (12:05 +0100)
Newer EAP615-Walls come with more recent firmware that requires a
higher soft_ver_compat_level. Bump ours from 1 to 2 to keep in step.
Tested on a newer EA615-Wall by grauheier - see forum topic:
https://forum.openwrt.org/t/173424/13.

Tested-by: Danny Scherer <graureiher@kaputtmachen.jetzt>
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
(cherry picked from commit d87b6c4b6423201e595459840f51d0dced04a4eb)

src/tplink-safeloader.c

index 53a42f7a7d33d01754b26969d1ab20fa1fb62b5f..5661e6f89bc9a3e9ca9fab2c9325d7e4d03eba65 100644 (file)
@@ -2158,7 +2158,7 @@ static struct device_info boards[] = {
        {
                .id = "EAP615-WALL-V1",
                .soft_ver = SOFT_VER_DEFAULT,
-               .soft_ver_compat_level = 1,
+               .soft_ver_compat_level = 2,
                .support_list =
                        "SupportList:\r\n"
                        "EAP615-Wall(TP-Link|UN|AX1800-D):1.0\r\n"