Skip to content

Commit c1e06da

Browse files
committed
tplink-safeloader: bump EAP225-V3 compat_level
Since firmware revision 5.1.0, the firmware compatibility level increased to 2 for the following devices: - EAP225 v3, - EAP225 v4, - EAP225-Outdoor v1, and - EAP225-Outdoor v3. This means that this and later revisions will refuse (OpenWrt) images with compatibility level 1, so increase our level to get them accepted again. Signed-off-by: Sander Vanheule <sander@svanheule.net>
1 parent 335d063 commit c1e06da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tplink-safeloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ static struct device_info boards[] = {
19851985
"EAP225-Outdoor(TP-Link|UN|AC1200-D):3.0 CA,JP\r\n",
19861986
.part_trail = PART_TRAIL_NONE,
19871987
.soft_ver = SOFT_VER_DEFAULT,
1988-
.soft_ver_compat_level = 1,
1988+
.soft_ver_compat_level = 2,
19891989

19901990
.partitions = {
19911991
{"fs-uboot", 0x00000, 0x20000},

0 commit comments

Comments
 (0)