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

Bump kernel to 6.1.69 on supported devices #2575

Merged
merged 1 commit into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.68"
PKG_VERSION="6.1.69"
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.68"
PKG_VERSION="6.1.69"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac
Expand Down