tplink-safeloader: bump EAP615-Wall compat_level
authorStijn Segers <foss@volatilesystems.org>
Wed, 22 Nov 2023 17:39:55 +0000 (18:39 +0100)
committerSander Vanheule <sander@svanheule.net>
Thu, 23 Nov 2023 18:12:07 +0000 (19:12 +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>
src/tplink-safeloader.c

index 994aed5d1c96932b8cc5b374be71909f71c8b733..695550f287c89a1c3667a8dca1cac67b70158b39 100644 (file)
@@ -2160,7 +2160,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"