aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorSander Vanheule <sander@svanheule.net>2021-09-10 10:57:18 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-09-13 18:36:15 +0200
commit8dba4741b3d4a449e0e4b85dd8cd9df7076e4ded (patch)
tree80201373098a2754062fa96127bf853f671d1589 /tools/firmware-utils/Makefile
parent7d92bb0509615550b98e2dc71091073c8258d564 (diff)
downloadupstream-8dba4741b3d4a449e0e4b85dd8cd9df7076e4ded.tar.gz
upstream-8dba4741b3d4a449e0e4b85dd8cd9df7076e4ded.tar.bz2
upstream-8dba4741b3d4a449e0e4b85dd8cd9df7076e4ded.zip
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 <sander@svanheule.net> [Adapt TL-WA1201-V2 entry too] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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