linux (RPi): update to 6.12.6-33b96fb

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-12-21 00:02:36 +01:00
parent 0bdfb2e873
commit 1106cb4e9a

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default rtlwifi/after-6.12"
;;
raspberrypi)
PKG_VERSION="c7d876495ffad298d7f5fa252000c80fd4fd1b74" # 6.12.5
PKG_SHA256="b8029d8f2c5832825fba1007447e2e18d5bf8a58061ecc45f637c435ec8a5bd2"
PKG_VERSION="33b96fbad23c38fecf082869bf01149caf2e0690" # 6.12.6
PKG_SHA256="1792f229b05e5a729be533f1972f421c1d15fea427c67a04685ed438644d8bac"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
PKG_PATCH_DIRS="raspberrypi rtlwifi/after-6.12"