Merge pull request #9660 from heitbaum/linux6129

linux: update to 6.12.9
This commit is contained in:
Christian Hewitt 2025-01-17 12:58:25 +04:00 committed by GitHub
commit cc997adef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="raspberrypi rtlwifi/after-6.12"
;;
*)
PKG_VERSION="6.12.7"
PKG_SHA256="f785fb648a0e0b66a943bb3228a4b6ed62c90b985cd1ebf69da5d38e589da0cf"
PKG_VERSION="6.12.9"
PKG_SHA256="87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default rtlwifi/after-6.12"
;;