linux (RPi): update to 6.6.62-0e49686

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-11-18 20:47:57 +01:00
parent fea117491b
commit 9653f7f7de

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="66aef6ce3557edd9d58d794e4a800c5be49ca0e7" # 6.6.60
PKG_SHA256="6e9843b8954faa1e5195aaf3a76a43fcc2ddb6cd152f628605d0e2ce61f551ea"
PKG_VERSION="0e4968617aad7d0f88e0a630499202eaae407a19" # 6.6.62
PKG_SHA256="76bad74a69a864adbe26bcf56ba2a36211d8034aa8b94dd2e97dc0b89dbe4b66"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;