diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 08:50:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 08:50:15 +0100 |
commit | cd0d969f16b19a7a0b7513776e021f1fc85fdb87 (patch) | |
tree | ef60a136fbd2ef1cd30c6bf3b5c0871330719512 /package/u-boot | |
parent | e69f684dedb4a693e38fc8b948cdff8c7601674c (diff) |
u-boot: update to 2024.01
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 1a57eaf93..69a0a5026 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -4,12 +4,12 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= u-boot -PKG_VERSION:= 2023.10 +PKG_VERSION:= 2024.01 PKG_RELEASE:= 1 -PKG_HASH:= e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900 +PKG_HASH:= b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot -HOST_BUILDDEP:= libressl-host dtc-host +HOST_BUILDDEP:= libressl-host dtc-host swig-host python3-host python-setuptools-host PKG_BUILDDEP:= python3-host python-setuptools-host swig-host u-boot-host PKG_URL:= http://www.denx.de/wiki/U-Boot PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/ |