mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
{toolchain, linux-headers}: add support for 7.0 headers
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
59ee8738f6
commit
9af85c8f01
1
package/linux-headers/7.0
Symbolic link
1
package/linux-headers/7.0
Symbolic link
@@ -0,0 +1 @@
|
||||
../../linux/from-6.17
|
||||
@@ -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_19
|
||||
default BR2_KERNEL_HEADERS_7_0
|
||||
help
|
||||
Select the kernel version to get headers from.
|
||||
|
||||
@@ -55,6 +55,10 @@ config BR2_KERNEL_HEADERS_6_18
|
||||
config BR2_KERNEL_HEADERS_6_19
|
||||
bool "Linux 6.19.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_19
|
||||
|
||||
config BR2_KERNEL_HEADERS_7_0
|
||||
bool "Linux 7.0.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
|
||||
select BR2_KERNEL_HEADERS_LATEST
|
||||
|
||||
config BR2_KERNEL_HEADERS_VERSION
|
||||
@@ -133,8 +137,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_7_0
|
||||
bool "7.0.x or later"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
|
||||
|
||||
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_19
|
||||
bool "6.19.x or later"
|
||||
bool "6.19.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_19
|
||||
|
||||
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18
|
||||
@@ -471,6 +479,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "6.12.81" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.22" if BR2_KERNEL_HEADERS_6_18
|
||||
default "6.19.12" if BR2_KERNEL_HEADERS_6_19
|
||||
default "7.0" 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