linux (RPi): update to 6.12-12856cc

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-11-18 15:59:27 +01:00
parent ad6183fa0b
commit f0d6755d4d

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default rtlwifi/after-6.12"
;;
raspberrypi)
PKG_VERSION="2ac3d763e26c01e287b77353e2158594e0910778" # 6.12-rc7
PKG_SHA256="8f17e885c7649639f8e6e35c0e436f22029af02d875f594b453a3d832ff1619c"
PKG_VERSION="12856cc6850854a062b7aa2ee55786257e266168" # 6.12
PKG_SHA256="6c356294ca761559eda1670f11d6c0e4ee39c07795092bdafc255b4e62aee7e1"
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"