|
@@ -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_9
|
|
|
+ default BR2_KERNEL_HEADERS_6_10
|
|
|
help
|
|
|
Select the kernel version to get headers from.
|
|
|
|
|
@@ -51,6 +51,10 @@ config BR2_KERNEL_HEADERS_6_6
|
|
|
config BR2_KERNEL_HEADERS_6_9
|
|
|
bool "Linux 6.9.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_9
|
|
|
+
|
|
|
+config BR2_KERNEL_HEADERS_6_10
|
|
|
+ bool "Linux 6.10.x kernel headers"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_10
|
|
|
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_10
|
|
|
+ bool "6.10.x or later"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_10
|
|
|
+
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_9
|
|
|
- bool "6.9.x or later"
|
|
|
+ bool "6.9.x"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_9
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8
|
|
@@ -426,6 +434,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
default "6.1.100" if BR2_KERNEL_HEADERS_6_1
|
|
|
default "6.6.41" if BR2_KERNEL_HEADERS_6_6
|
|
|
default "6.9.10" if BR2_KERNEL_HEADERS_6_9
|
|
|
+ default "6.10.1" if BR2_KERNEL_HEADERS_6_10
|
|
|
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 \
|