Skip to content
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 linux/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES

config BR2_LINUX_KERNEL_VERSION
string
default "6.12.8" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.12.9" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
Expand Down
4 changes: 2 additions & 2 deletions linux/linux.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979 linux-6.12.8.tar.xz
sha256 9c6305567b75d99514cde6eb9de39973f3d5c857a75bd9dcdfca57041f8d4f34 linux-6.6.69.tar.xz
sha256 87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4 linux-6.12.9.tar.xz
sha256 219715ba2dcfa6539fba09ad3f9212772f3507189eb60d77f8e89b06c32e724e linux-6.6.71.tar.xz
sha256 33a7acd79f04b8799c42884572dc2edb75b1cd584b1d32d468d1db11024eb3bc linux-6.1.123.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 8a4b2a47ccc9b208b2b6ed9a216ea1a5eb12852c723bec1a04de9e671a1d7da8 linux-5.15.173.tar.xz
Expand Down
4 changes: 2 additions & 2 deletions package/linux-headers/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.230" if BR2_KERNEL_HEADERS_5_10
default "5.15.173" if BR2_KERNEL_HEADERS_5_15
default "6.1.123" if BR2_KERNEL_HEADERS_6_1
default "6.6.69" if BR2_KERNEL_HEADERS_6_6
default "6.12.8" if BR2_KERNEL_HEADERS_6_12
default "6.6.71" if BR2_KERNEL_HEADERS_6_6
default "6.12.9" if BR2_KERNEL_HEADERS_6_12
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
Expand Down