diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-24 04:35:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-24 04:35:58 +0100 |
commit | 25ee2484c80f5db7300f5efede01440b3b329b19 (patch) | |
tree | 2bc77d2ac905e516e0f76fd0965c19bf214a425b /package/u-boot/Makefile | |
parent | 2a52816a8883f8bb6d95b3ee8f3be9ddde0a71a4 (diff) |
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r-- | package/u-boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 8424e2cb9..054904da0 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= u-boot -PKG_VERSION:= 2024.07 +PKG_VERSION:= 2025.01 PKG_RELEASE:= 1 -PKG_HASH:= f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f +PKG_HASH:= cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= gnutls-host openssl-host dtc-host swig-host python3-host python-setuptools-host |