linux (RPi): update to 6.6.17-1fec5aa

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-02-19 13:46:02 +01:00
parent 5aca5278ed
commit e796db19c6

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="c575ed8cd074b02e356e87269a544dbffe1a2c84" # 6.6.16
PKG_SHA256="6ce7c5866b75d8d6fc857f658098e9a1b6541ad8bead2675c0e9af42debdfc03"
PKG_VERSION="1fec5aa6ef7497ff57d5e52e126ab370811ec024" # 6.6.17
PKG_SHA256="73b72436243e79d22cc7cb61fe7dc47719edcce12875e62334eb90957ca785bb"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;