File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
141141
142142config BR2_LINUX_KERNEL_VERSION
143143 string
144- default "6.18.5 " if BR2_LINUX_KERNEL_LATEST_VERSION
144+ default "6.18.6 " if BR2_LINUX_KERNEL_LATEST_VERSION
145145 default "5.10.246-cip66" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
146146 default "5.10.246-cip66-rt29" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
147147 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 189d1f409cef8d0d234210e04595172df392f8cb297e14b447ed95720e2fd940 linux-6.18.5 .tar.xz
3- sha256 54e852667af35c0ed06cfc81311e65fa7f5f798a3bfcf78a559d3b4785a139c1 linux-6.12.65 .tar.xz
4- sha256 405c332d59eedc4fd78863ff07a06c040dfeef651e58f022910a5ac953e4dc21 linux-6.6.120 .tar.xz
5- sha256 0e8546a8437558be17ef5a87142055347bf2e7e9863ee58bb3996cbf0fd28496 linux-6.1.160 .tar.xz
2+ sha256 472497197b2f68d4dbf1bc32cc6dc669ca220ff4c0eb0dc39a9cff9a88f9a31b linux-6.18.6 .tar.xz
3+ sha256 ba3897a1c060b05a03cb4dda6f20d8c75e6f73c88b217744823a915056536eaf linux-6.12.66 .tar.xz
4+ sha256 76af9d4fce24cc5a1c9f1fcbba2e23c4e87bbc8e20525b1691206801f24d14ba linux-6.6.121 .tar.xz
5+ sha256 b41666bda7223600386a07ebe1802f5029da2fe81f6a85d691b6ec6a707e5a29 linux-6.1.161 .tar.xz
66# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
77sha256 fd218df8e2107a4443b6c29fef7f95aad167031e0fbdbc7a858ae8471360668a linux-5.15.197.tar.xz
88sha256 70c8b87ba1fcd8bfa663661934dc9bda92d0b5f3c0fc3197bb56399f69d9fe0c linux-5.10.247.tar.xz
Original file line number Diff line number Diff line change @@ -458,10 +458,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
458458 string
459459 default "5.10.247" if BR2_KERNEL_HEADERS_5_10
460460 default "5.15.197" if BR2_KERNEL_HEADERS_5_15
461- default "6.1.160 " if BR2_KERNEL_HEADERS_6_1
462- default "6.6.120 " if BR2_KERNEL_HEADERS_6_6
463- default "6.12.65 " if BR2_KERNEL_HEADERS_6_12
464- default "6.18.5 " if BR2_KERNEL_HEADERS_6_18
461+ default "6.1.161 " if BR2_KERNEL_HEADERS_6_1
462+ default "6.6.121 " if BR2_KERNEL_HEADERS_6_6
463+ default "6.12.66 " if BR2_KERNEL_HEADERS_6_12
464+ default "6.18.6 " if BR2_KERNEL_HEADERS_6_18
465465 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
466466 default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
467467 default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
You can’t perform that action at this time.
0 commit comments