Merge pull request #8791 from heitbaum/linux6625

linux: update to 6.6.25
This commit is contained in:
CvH 2024-04-06 08:17:40 +02:00 committed by GitHub
commit 4b7642d675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,8 @@ case "${LINUX}" in
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
*)
PKG_VERSION="6.6.23"
PKG_SHA256="200fd119cb9ef06bcedcdb52be00ba443163eab154295c5831fed9a12211a8b9"
PKG_VERSION="6.6.25"
PKG_SHA256="99d210be87908233a55b0fadc0dccd3b95926c0651b6b82e37350b2029de1f44"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default"
;;