Merge pull request #6635 from heitbaum/kernel11

linux: update to 5.18.y
This commit is contained in:
Frank Hartung 2022-07-15 16:04:10 +02:00 committed by GitHub
commit 49b8be2212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ case "${LINUX}" in
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
*)
PKG_VERSION="5.18.5"
PKG_SHA256="9c3731d405994f9cd3a1bb72e83140735831b19c7cec18e0d7a8f3046fa034e7"
PKG_VERSION="5.18.12"
PKG_SHA256="40b74d0942f255da07481710e1083412d06e37e45b8f9d9e34ae856db37b9527"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default"
;;