linux (RPi): update to 6.6.35-d2813c0

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-06-25 11:35:49 +02:00
parent 8ca0737252
commit 11b508281e

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="5263478665260ec207b8ee4751401c1d4a6a514a" # 6.6.35
PKG_SHA256="67b87a09383475f6796b0031b78a01fca131618d069db64fdf93ee89d34f494c"
PKG_VERSION="d2813c02131b9ddf938277f4123da7ccbd113ea7" # 6.6.35
PKG_SHA256="a443bcb9f4548db18b8774e448ed4ed811abc26b32cf017e0ae691abc2789db9"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;