From 8dba4741b3d4a449e0e4b85dd8cd9df7076e4ded Mon Sep 17 00:00:00 2001 From: Sander Vanheule Date: Fri, 10 Sep 2021 10:57:18 +0200 Subject: firmware-utils: tplink-safeloader: improve soft-version customisation Some devices using the safeloader firmware format require a minimum or specific version to be set in the soft-version metadata partition. Currently only custom text values can be provided, but not all device firmware support this format. Modify the device info struct to allow for more well-defined types of soft-version overwrites, and provide a few macros for easy value initialisation. Requires all existing values to be updated to match the new structure. Signed-off-by: Sander Vanheule [Adapt TL-WA1201-V2 entry too] Signed-off-by: Hauke Mehrtens --- tools/firmware-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/firmware-utils/Makefile') diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index ccc5e46091..995fc79ece 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := firmware-utils -PKG_RELEASE := 10 +PKG_RELEASE := 11 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/kernel.mk -- cgit v1.2.3