summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle2025-09-23 22:30:03 +0000
committerDaniel Golle2025-09-29 16:34:51 +0000
commitc5ece837a3ffb20b0694df8210ebb1c7580baeb9 (patch)
tree4cc6425e5f3945da6369db8ae83aafd685093772
parent2f6a467f6caf67f7bcba41adcaf6cd12cbdec612 (diff)
downloadopenwrt-c5ece837a3ffb20b0694df8210ebb1c7580baeb9.tar.gz
firmware-utils: update to git HEAD
7e6f69b npk_pack_kernel: add tool for creating MikroTik NPK kernel packages d3f8b6e zynsig: add new tool for creating images for the ZyXEL GS1920 series 9fa340d ptgen: create separate images for gpt data structure 78d8084 ptgen: allow image generation for a specified disk size 3f2d148 ptgen: allow non-default placement of gpt entry table f1f98b0 ptgen: do not create stub partition to fill a gap if gap caused by alignment 6ea8b6d ptgen: fix protective MBR partition size febfef7 ptgen: use long long instead of long for sizes 996dc48 ptgen: fix misprint and simplify calculation a bit 0725c3d build: require CMake >= 3.5 due to dropped legacy support Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--tools/firmware-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 96146637b3..d0abb18292 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -11,9 +11,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
-PKG_SOURCE_DATE:=2025-08-03
-PKG_SOURCE_VERSION:=950f83405a935395492d61c9972b5e5ca826eeee
-PKG_MIRROR_HASH:=19f5b7547dc6f9460e25183c83d55aca9d1f18148466c09b64504a64379a34ae
+PKG_SOURCE_DATE:=2025-09-23
+PKG_SOURCE_VERSION:=7e6f69b444c33a6ca4e9efb98832820e3d8e87ba
+PKG_MIRROR_HASH:=714053067b2b64689a6db9de0f49d1ce4fa20d9824d8f08e3c598b903eed8c03
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk