[openwrt/openwrt] tools/mkimage: update to v2025.07
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 7 23:37:57 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ae7d6c851a2530de457362a51838e08b6c21eeb3
commit ae7d6c851a2530de457362a51838e08b6c21eeb3
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Tue Jul 8 05:59:22 2025 +0800
tools/mkimage: update to v2025.07
Update to latest version. All patches are automatically refreshed.
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19341
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/mkimage/Makefile | 4 ++--
tools/mkimage/patches/030-allow-to-use-different-magic.patch | 2 +-
tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 18d7ea2caa..610574a7d1 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2025.01
+PKG_VERSION:=2025.07
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \
https://mirror.cyberbits.eu/u-boot \
https://ftp.denx.de/pub/u-boot \
ftp://ftp.denx.de/pub/u-boot
-PKG_HASH:=cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f
+PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)
diff --git a/tools/mkimage/patches/030-allow-to-use-different-magic.patch b/tools/mkimage/patches/030-allow-to-use-different-magic.patch
index bcbdc4d6cd..cdf5b16e2d 100644
--- a/tools/mkimage/patches/030-allow-to-use-different-magic.patch
+++ b/tools/mkimage/patches/030-allow-to-use-different-magic.patch
@@ -33,7 +33,7 @@ This patch makes it possible to set a custom image magic.
static const struct option longopts[] = {
{ "load-address", required_argument, NULL, 'a' },
-@@ -303,6 +305,14 @@ static void process_args(int argc, char
+@@ -304,6 +306,14 @@ static void process_args(int argc, char
case 'l':
params.lflag = 1;
break;
diff --git a/tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch b/tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch
index ed6824b11a..89dd6337b1 100644
--- a/tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch
+++ b/tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch
@@ -14,7 +14,7 @@ https://github.com/u-boot/u-boot/commit/3f04db891a353f4b127ed57279279f851c6b4917
--- a/tools/Kconfig
+++ b/tools/Kconfig
-@@ -36,7 +36,7 @@ config TOOLS_FIT
+@@ -46,7 +46,7 @@ config TOOLS_FIT
Enable FIT support in the tools builds.
config TOOLS_FIT_FULL_CHECK
More information about the lede-commits
mailing list