diff options
| author | Shiji Yang | 2024-07-04 10:39:35 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-07-04 19:15:26 +0000 |
| commit | 7d2ca4e4103970992bf5fb83a0ccd4ac15123488 (patch) | |
| tree | 62f543fc1910ab0f3829b8ebf5ecc7b0d1808c28 | |
| parent | bfb7fe71be745cf61308e1dfe30d0a02d9ff7696 (diff) | |
| download | openwrt-7d2ca4e4103970992bf5fb83a0ccd4ac15123488.tar.gz | |
tools: mkimage: update to U-Boot release v2024.07
Update to latest version.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
| -rw-r--r-- | tools/mkimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 6d2cc5f764..0a1712bc67 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2024.04 +PKG_VERSION:=2024.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:=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a +PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) |