[PATCH] [23.05 / firmware-utils] tplink-safeloader: bump EAP615-Wall compat_level

Stijn Segers foss at volatilesystems.org
Sat Jan 6 11:14:40 PST 2024


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 at kaputtmachen.jetzt>
Signed-off-by: Stijn Segers <foss at volatilesystems.org>
(cherry picked from commit d87b6c4b6423201e595459840f51d0dced04a4eb)
---
 src/tplink-safeloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c
index 53a42f7..5661e6f 100644
--- a/src/tplink-safeloader.c
+++ b/src/tplink-safeloader.c
@@ -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"
-- 
2.39.2




More information about the openwrt-devel mailing list