Bump kernel to 6.1.62 on supported platforms

This commit is contained in:
mason 2023-11-08 14:59:38 +00:00
parent 9d6261a133
commit cd0bf00b1f
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ PKG_PATCH_DIRS+="${DEVICE}"
case ${DEVICE} in
S922X*)
PKG_VERSION="6.1.61"
PKG_VERSION="6.1.62"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac

View file

@ -36,7 +36,7 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="main"
;;
RK33*)
PKG_VERSION="6.1.61"
PKG_VERSION="6.1.62"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac