diff mbox series

firmware-utils: bump compat_level for EAP615-Wall

Message ID 20231122173955.4912-1-foss@volatilesystems.org
State Accepted
Delegated to: Sander Vanheule
Headers show
Series firmware-utils: bump compat_level for EAP615-Wall | expand

Commit Message

Stijn Segers Nov. 22, 2023, 5:39 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>
---
 src/tplink-safeloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sander Vanheule Nov. 23, 2023, 6:16 p.m. UTC | #1
Hi Stijn,

On Wed, 2023-11-22 at 18:39 +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>
> ---

Thanks for the patch! Applied to firmware-utils with one minor change.

I've updated the title to
	tplink-safeloader: bump EAP615-Wall compat_level

so it's in line with other commits on the firmware-utils repository.

Best,
Sander
Stijn Segers Nov. 23, 2023, 6:48 p.m. UTC | #2
Thanks!

Stijn

Op donderdag 23 november 2023 om 19:16:43 +01:00:00 schreef Sander 
Vanheule <sander@svanheule.net>:
> Hi Stijn,
> 
> On Wed, 2023-11-22 at 18:39 +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>
>>  ---
> 
> Thanks for the patch! Applied to firmware-utils with one minor change.
> 
> I've updated the title to
> 	tplink-safeloader: bump EAP615-Wall compat_level
> 
> so it's in line with other commits on the firmware-utils repository.
> 
> Best,
> Sander
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c
index 994aed5..695550f 100644
--- a/src/tplink-safeloader.c
+++ b/src/tplink-safeloader.c
@@ -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"