From f381d86d91e37162a6e14da541c481a0da5b31f6 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Mon, 6 Jul 2026 22:09:20 +0800 Subject: [PATCH] tools/mkimage: update to v2026.07 Update to the latest version. There are no new changes here, just to align with uboot-tools. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/24124 Signed-off-by: Jonas Jelonek --- tools/mkimage/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index fa39d570508..560709e418f 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -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)