Merge pull request #8632 from heitbaum/kernel12

linux: update to 6.6.17
This commit is contained in:
Christian Hewitt 2024-02-23 09:44:09 +04:00 committed by GitHub
commit d3cd691d75
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.16"
PKG_SHA256="b21d5795a3bead4f112916423222faa8a0f519e4201df343e3eb88dc9e4aaa30"
PKG_VERSION="6.6.17"
PKG_SHA256="ee7650996ba75aa29fe66f309b413097f249a03e7001f2a41128c7c95205226a"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default"
;;