diff mbox series

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

Message ID 20240106191440.53851-1-foss@volatilesystems.org
State Accepted
Delegated to: Sander Vanheule
Headers show
Series [23.05,/,firmware-utils] tplink-safeloader: bump EAP615-Wall compat_level | expand

Commit Message

Stijn Segers Jan. 6, 2024, 7:14 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sander Vanheule Jan. 7, 2024, 11:18 a.m. UTC | #1
On Sat, 2024-01-06 at 20:14 +0100, Stijn Segers wrote:
> 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)

Thanks! Applied to firmware-utils/openwrt-23.05.

I'll bump the firmware-utils tool in openwrt-23.05 as well. The firmware-utils package
(for on-target use) is tracking the firmware-utils/master branch, so I won't update that
one.


Best,
Sander
Stijn Segers Jan. 7, 2024, 11:19 a.m. UTC | #2
Hi Sander,

Op zondag 7 januari 2024 om 12:18:51 +01:00:00 schreef Sander Vanheule 
<sander@svanheule.net>:
> On Sat, 2024-01-06 at 20:14 +0100, Stijn Segers wrote:
>>  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)
> 
> Thanks! Applied to firmware-utils/openwrt-23.05.
> 
> I'll bump the firmware-utils tool in openwrt-23.05 as well. The 
> firmware-utils package
> (for on-target use) is tracking the firmware-utils/master branch, so 
> I won't update that
> one.

Thanks!

Stijn

> 
> 
> Best,
> Sander
diff mbox series

Patch

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"