|
@@ -3,7 +3,7 @@ comment "Kernel Header Options"
|
|
choice
|
|
choice
|
|
prompt "Kernel Headers"
|
|
prompt "Kernel Headers"
|
|
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
|
|
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
|
|
- default BR2_KERNEL_HEADERS_6_6
|
|
|
|
|
|
+ default BR2_KERNEL_HEADERS_6_7
|
|
help
|
|
help
|
|
Select the kernel version to get headers from.
|
|
Select the kernel version to get headers from.
|
|
|
|
|
|
@@ -47,6 +47,10 @@ config BR2_KERNEL_HEADERS_6_1
|
|
config BR2_KERNEL_HEADERS_6_6
|
|
config BR2_KERNEL_HEADERS_6_6
|
|
bool "Linux 6.6.x kernel headers"
|
|
bool "Linux 6.6.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
|
|
|
+
|
|
|
|
+config BR2_KERNEL_HEADERS_6_7
|
|
|
|
+ bool "Linux 6.7.x kernel headers"
|
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
|
select BR2_KERNEL_HEADERS_LATEST
|
|
select BR2_KERNEL_HEADERS_LATEST
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_VERSION
|
|
config BR2_KERNEL_HEADERS_VERSION
|
|
@@ -124,8 +128,12 @@ choice
|
|
If your kernel headers are more recent than the latest version
|
|
If your kernel headers are more recent than the latest version
|
|
in the choice, then select the latest version.
|
|
in the choice, then select the latest version.
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_7
|
|
|
|
+ bool "6.7.x or later"
|
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
|
|
|
+
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6
|
|
- bool "6.6.x or later"
|
|
|
|
|
|
+ bool "6.6.x"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_5
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_5
|
|
@@ -409,6 +417,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "5.15.151" if BR2_KERNEL_HEADERS_5_15
|
|
default "5.15.151" if BR2_KERNEL_HEADERS_5_15
|
|
default "6.1.81" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.1.81" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.6.21" if BR2_KERNEL_HEADERS_6_6
|
|
default "6.6.21" if BR2_KERNEL_HEADERS_6_6
|
|
|
|
+ default "6.7.10" if BR2_KERNEL_HEADERS_6_7
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
|
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
|
|
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
|