tplink-safeloader: drop unqualified EAP225-V3 IDs
authorSander Vanheule <sander@svanheule.net>
Mon, 27 Jun 2022 16:31:24 +0000 (18:31 +0200)
committerSander Vanheule <sander@svanheule.net>
Mon, 27 Jun 2022 19:15:15 +0000 (21:15 +0200)
commite609c5d751868ae823c236332c76ce3c50acdd2e
treede66ae36f0b59ab8324c1fcf19005596433f3488
parent1e3d47292b2efbe2665072fa8322f44bd063be39
tplink-safeloader: drop unqualified EAP225-V3 IDs

After adding the regionless identifiers in commit 9563fe8e78cb
("tplink-safeloader: add regionless EAP225-V3 IDs"), the generated
support-list partition exceeded the allocated space of 256 bytes. This
resulted in the tool failing to generate factory images with the
following warning:
    support-list partition too big (more than 256 bytes): Success

Although this message reports "Success", the tool actually fails with a
return code of 1.

This essentialy reverts commit 9563fe8e78cb, since the region-qualified
IDs are also compatible with the non region-qualified devices. The
change makes the generated support-list partition fit within the
allocated space again.

Tested-by: Andre Klärner <kandre@ak-online.be>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c