u-boot: update to 2024.10

do not build mkeficapsule tool on NXP or Qualcomm (requires gnutls)
- https://patchwork.ozlabs.org/project/uboot/patch/20240531225110.2622239-2-j-humphreys@ti.com/
This commit is contained in:
Rudi Heitbaum 2024-10-07 23:59:21 +00:00
parent a52f4544f7
commit dd6cf0c90b
5 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="u-boot" PKG_NAME="u-boot"
PKG_VERSION="2024.07" PKG_VERSION="2024.10"
PKG_SHA256="f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f" PKG_SHA256="b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0"
PKG_ARCH="arm aarch64" PKG_ARCH="arm aarch64"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://www.denx.de/wiki/U-Boot" PKG_SITE="https://www.denx.de/wiki/U-Boot"

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -1,3 +1,4 @@
# CONFIG_EFI_LOADER is not set
CONFIG_LZ4=y CONFIG_LZ4=y
CONFIG_LZO=y CONFIG_LZO=y
CONFIG_LZMA=y CONFIG_LZMA=y