mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
{linux, linux-headers}: bump 6.18.x / 7.0.x series
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
aa8e6bc395
commit
91c79494e6
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.0.5" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.0.6" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
|
||||
sha256 965fb0a1c1675399fc60c6063b227c0523041b5f9a662b66462f1212c438ac3c linux-7.0.5.tar.xz
|
||||
sha256 cba44440aa57affd7c21241dc5bc234b0df53c499f8ffc3ebc290dd3390a7523 linux-7.0.6.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 f360789483586cf8a20b4ab2bffe76ead6b62c0db1eeb0d917294456c4d77b74 linux-6.18.28.tar.xz
|
||||
sha256 c33ea75b1f3bc5fccab836790cd3684eab7057ff383464b5efd8a68ba622a83c linux-6.18.29.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -473,8 +473,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "6.1.172" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.138" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.87" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.28" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.0.5" if BR2_KERNEL_HEADERS_7_0
|
||||
default "6.18.29" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.0.6" if BR2_KERNEL_HEADERS_7_0
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user