linux (RPi): update to 6.1.19-e3376fb

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-03-14 12:23:42 +01:00
parent cbc7d3e75c
commit 37ef591093

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="02928eb7eb435c6ec86745dcbb6ff99992128149" # 6.1.16
PKG_SHA256="52420a584d66279c61467c13619eceb305afd9f32a854ab1cb9134289f9d54d0"
PKG_VERSION="e3376fb94fda798d2a322e9c70789286132a1a9f" # 6.1.19
PKG_SHA256="f1b518ea84ad269ec0a926623aaba43ea0c176e8254438bb4e8c87f267e87e1e"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;