linux (RPi): update to 6.6.39-89f80b3

This commit is contained in:
Peter Tuschy 2024-07-12 11:35:51 +02:00
parent 418963b2ef
commit 3a46775e20

View File

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