Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2253 from adamg88/kernel-bump
Browse files Browse the repository at this point in the history
projects: bump kernel to 6.1.60 on supported devices
  • Loading branch information
r3claimer authored Oct 25, 2023
2 parents dcb1840 + 493d021 commit c3e1d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/Amlogic/packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PKG_PATCH_DIRS+="${DEVICE}"

case ${DEVICE} in
S922X*)
PKG_VERSION="6.1.59"
PKG_VERSION="6.1.60"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion projects/Rockchip/packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="main"
;;
RK33*)
PKG_VERSION="6.1.59"
PKG_VERSION="6.1.60"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac
Expand Down

0 comments on commit c3e1d57

Please sign in to comment.