mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
{toolchain, linux-headers}: add support for 6.8 headers
And add (and default to) 6.8 to linux-headers. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
44c221c856
commit
807a449256
@@ -3,7 +3,7 @@ comment "Kernel Header Options"
|
||||
choice
|
||||
prompt "Kernel Headers"
|
||||
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
|
||||
default BR2_KERNEL_HEADERS_6_7
|
||||
default BR2_KERNEL_HEADERS_6_8
|
||||
help
|
||||
Select the kernel version to get headers from.
|
||||
|
||||
@@ -51,6 +51,10 @@ config BR2_KERNEL_HEADERS_6_6
|
||||
config BR2_KERNEL_HEADERS_6_7
|
||||
bool "Linux 6.7.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
||||
|
||||
config BR2_KERNEL_HEADERS_6_8
|
||||
bool "Linux 6.8.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_8
|
||||
select BR2_KERNEL_HEADERS_LATEST
|
||||
|
||||
config BR2_KERNEL_HEADERS_VERSION
|
||||
@@ -128,8 +132,12 @@ choice
|
||||
If your kernel headers are more recent than the latest version
|
||||
in the choice, then select the latest version.
|
||||
|
||||
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8
|
||||
bool "6.8.x or later"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_8
|
||||
|
||||
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_7
|
||||
bool "6.7.x or later"
|
||||
bool "6.7.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
||||
|
||||
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6
|
||||
@@ -418,6 +426,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "6.1.82" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.22" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.7.10" if BR2_KERNEL_HEADERS_6_7
|
||||
default "6.8.1" if BR2_KERNEL_HEADERS_6_8
|
||||
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