]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
tools/mkimage: update to v2026.07 24124/head
authorShiji Yang <yangshiji66@outlook.com>
Mon, 6 Jul 2026 14:09:20 +0000 (22:09 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Thu, 9 Jul 2026 11:00:18 +0000 (13:00 +0200)
Update to the latest version. There are no new changes here, just
to align with uboot-tools.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24124
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
tools/mkimage/Makefile

index fa39d570508f24fe5a1338528aa5d12c092873b0..560709e418f0e212518ad6717819e1715216bdb2 100644 (file)
@@ -7,13 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mkimage
-PKG_VERSION:=2026.04
+PKG_VERSION:=2026.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
-PKG_HASH:=ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd
+PKG_HASH:=78e8bfc382fe388f9b55aa1daf8c563522a037779b5d4c349d1415e381f1243e
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)