diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-14 05:18:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-14 05:18:14 +0200 |
commit | 5e7969c3bfd1530702ebe094deb3c061c9f71315 (patch) | |
tree | 90e7ad2d6f75559bbe3717b7cccecf41c452b2be /package | |
parent | ff2b468ccd00fe75762394e8cd61df535c9dc178 (diff) |
u-boot: update to 2024.04
Diffstat (limited to 'package')
-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 614e64d4b..704465fe9 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.01 +PKG_VERSION:= 2024.04 PKG_RELEASE:= 1 -PKG_HASH:= b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 +PKG_HASH:= 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host dtc-host swig-host python3-host python-setuptools-host |