summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kalscheuer2025-10-11 15:54:34 +0000
committerNick Hainke2025-10-11 19:50:41 +0000
commit50e4d4f4ba449e2521139a9f5b7e8e74da62efd2 (patch)
tree899a874755fcee809aadada344cd932364b1f5e2
parentcf498325f12d6bd9a3cdd1429aa903f235fbdf4b (diff)
downloadopenwrt-50e4d4f4ba449e2521139a9f5b7e8e74da62efd2.tar.gz
tools/mkimage: update to version 2025.10
Update package to the latest stable version. All patches need to be updated. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> Link: https://github.com/openwrt/openwrt/pull/20379 Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--tools/mkimage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 610574a7d1..807d754a80 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2025.07
+PKG_VERSION:=2025.10
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:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
+PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)