File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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.7 " if BR2_LINUX_KERNEL_LATEST_VERSION
141+ default "6.12.8 " 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 f785fb648a0e0b66a943bb3228a4b6ed62c90b985cd1ebf69da5d38e589da0cf linux-6.12.7 .tar.xz
3- sha256 283ff410e3f352ceed161ae30c0020301326059db03e86efcb384d46ac5840e2 linux-6.6.68 .tar.xz
4- sha256 e892c0b380100b7e6249060282ad07fbded092f0a2ca1d647243d0fbe9ce6e50 linux-6.1.122 .tar.xz
2+ sha256 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979 linux-6.12.8 .tar.xz
3+ sha256 9c6305567b75d99514cde6eb9de39973f3d5c857a75bd9dcdfca57041f8d4f34 linux-6.6.69 .tar.xz
4+ sha256 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
77sha256 cd1850ef3b771886df4e0b4c4eb07033864abab2bb553a20fd9e3cdc23584b47 linux-5.10.230.tar.xz
Original file line number Diff line number Diff line change @@ -439,9 +439,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
439439 default "5.4.286" if BR2_KERNEL_HEADERS_5_4
440440 default "5.10.230" if BR2_KERNEL_HEADERS_5_10
441441 default "5.15.173" if BR2_KERNEL_HEADERS_5_15
442- default "6.1.122 " if BR2_KERNEL_HEADERS_6_1
443- default "6.6.68 " if BR2_KERNEL_HEADERS_6_6
444- default "6.12.7 " if BR2_KERNEL_HEADERS_6_12
442+ 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
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