File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
138138
139139config BR2_LINUX_KERNEL_VERSION
140140 string
141- default "6.12.8 " if BR2_LINUX_KERNEL_LATEST_VERSION
141+ default "6.12.9 " if BR2_LINUX_KERNEL_LATEST_VERSION
142142 default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
143143 default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
144144 default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
Original file line number Diff line number Diff line change 11# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
2- sha256 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979 linux-6.12.8 .tar.xz
3- sha256 9c6305567b75d99514cde6eb9de39973f3d5c857a75bd9dcdfca57041f8d4f34 linux-6.6.69 .tar.xz
2+ sha256 87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4 linux-6.12.9 .tar.xz
3+ sha256 219715ba2dcfa6539fba09ad3f9212772f3507189eb60d77f8e89b06c32e724e linux-6.6.71 .tar.xz
44sha256 33a7acd79f04b8799c42884572dc2edb75b1cd584b1d32d468d1db11024eb3bc linux-6.1.123.tar.xz
55# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
66sha256 8a4b2a47ccc9b208b2b6ed9a216ea1a5eb12852c723bec1a04de9e671a1d7da8 linux-5.15.173.tar.xz
Original file line number Diff line number Diff line change @@ -440,8 +440,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
440440 default "5.10.230" if BR2_KERNEL_HEADERS_5_10
441441 default "5.15.173" if BR2_KERNEL_HEADERS_5_15
442442 default "6.1.123" if BR2_KERNEL_HEADERS_6_1
443- default "6.6.69 " if BR2_KERNEL_HEADERS_6_6
444- default "6.12.8 " if BR2_KERNEL_HEADERS_6_12
443+ default "6.6.71 " if BR2_KERNEL_HEADERS_6_6
444+ default "6.12.9 " if BR2_KERNEL_HEADERS_6_12
445445 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
446446 default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
447447 default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
You can’t perform that action at this time.
0 commit comments