[PATCH v2 0/2] Safeloader firmware images contain a soft-version partition, which encodes version info about the image. There are currently two formats: plain text and structured binary with the firmware version number and build info.

Sander Vanheule sander at svanheule.net
Fri Sep 10 01:57:17 PDT 2021


Currently custom firmware version number values can only be provided if these
are text based. However, some device firmwares expect structured binary version
info, and do not support the plain text format.

The first patch implements a more flexible soft-version override system.
The second patch then changes the (structured) soft-version override for the
EAP235-WALL v1 to support recent vendor firmwares.

Series v1: https://lists.infradead.org/pipermail/openwrt-devel/2021-August/036170.html

Sander Vanheule (2):
  firmware-utils: tplink-safeloader: improve soft-version customisation
  firmware-utils: tplink-safeloader: set EAP235-Wall v1 soft-version

 tools/firmware-utils/Makefile                |   2 +-
 tools/firmware-utils/src/tplink-safeloader.c | 165 +++++++++++--------
 2 files changed, 94 insertions(+), 73 deletions(-)

-- 
2.31.1




More information about the openwrt-devel mailing list