From 94d355154a4a9dcae3e6a4cab745b710ede8d467 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 26 Jun 2024 05:48:09 +0000 Subject: [PATCH] amlogic-boot-fip: update to githash 24d0d51 Add Amlogic u-boot encryption with amluserkey --- packages/tools/amlogic-boot-fip/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tools/amlogic-boot-fip/package.mk b/packages/tools/amlogic-boot-fip/package.mk index 4a276369b8..9aec16fb2c 100644 --- a/packages/tools/amlogic-boot-fip/package.mk +++ b/packages/tools/amlogic-boot-fip/package.mk @@ -3,8 +3,8 @@ PKG_NAME="amlogic-boot-fip" PKG_LICENSE="nonfree" -PKG_VERSION="c4bf0e3b1ab1246c3176d6c3e420a5e1cdf40c4e" -PKG_SHA256="77ba6437f105ae8feab25bfe8536e6741dd184975dc082d8ff73284d2037027d" +PKG_VERSION="24d0d514f12353ce78907e25207b6999174c7205" +PKG_SHA256="8d5870a930db9f22e10331ae1baca2b35eaeb2fe4863fad384868da9a5cbc12e" PKG_SITE="https://github.com/LibreELEC/amlogic-boot-fip" PKG_URL="https://github.com/LibreELEC/amlogic-boot-fip/archive/${PKG_VERSION}.tar.gz" PKG_LONGDESC="Firmware Image Package (FIP) sources used to sign Amlogic u-boot binaries in LibreELEC images"