Skip to content

Commit ae7d6c8

Browse files
DragonBluepPolynomialDivision
authored andcommitted
tools/mkimage: update to v2025.07
Update to latest version. All patches are automatically refreshed. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: openwrt/openwrt#19341 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent bce0ad5 commit ae7d6c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/mkimage/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=mkimage
10-
PKG_VERSION:=2025.01
10+
PKG_VERSION:=2025.07
1111

1212
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
1313
PKG_SOURCE_URL:= \
1414
https://mirror.cyberbits.eu/u-boot \
1515
https://ftp.denx.de/pub/u-boot \
1616
ftp://ftp.denx.de/pub/u-boot
17-
PKG_HASH:=cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f
17+
PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
1818

1919
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)
2020

tools/mkimage/patches/030-allow-to-use-different-magic.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This patch makes it possible to set a custom image magic.
3333

3434
static const struct option longopts[] = {
3535
{ "load-address", required_argument, NULL, 'a' },
36-
@@ -303,6 +305,14 @@ static void process_args(int argc, char
36+
@@ -304,6 +306,14 @@ static void process_args(int argc, char
3737
case 'l':
3838
params.lflag = 1;
3939
break;

tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/u-boot/u-boot/commit/3f04db891a353f4b127ed57279279f851c6b4917
1414

1515
--- a/tools/Kconfig
1616
+++ b/tools/Kconfig
17-
@@ -36,7 +36,7 @@ config TOOLS_FIT
17+
@@ -46,7 +46,7 @@ config TOOLS_FIT
1818
Enable FIT support in the tools builds.
1919

2020
config TOOLS_FIT_FULL_CHECK

0 commit comments

Comments
 (0)