Merge pull request #7084 from heitbaum/kernel10rc

linux: update to 5.10.y
This commit is contained in:
CvH 2022-11-26 09:46:28 +01:00 committed by GitHub
commit d363c5c029
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.10.152"
PKG_SHA256="fa0b5c83a4ebfda9f0a52cc693646eb6c24dbade6c37ee2d18b66ee2df15d8a6"
PKG_VERSION="5.10.156"
PKG_SHA256="679e9964ca720027967391b61db990ceb7868e93e203f87724f18310f4955923"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default"
;;