|
@@ -59,6 +59,10 @@ config BR2_KERNEL_HEADERS_5_15
|
|
|
config BR2_KERNEL_HEADERS_5_16
|
|
|
bool "Linux 5.16.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
+
|
|
|
+config BR2_KERNEL_HEADERS_5_17
|
|
|
+ bool "Linux 5.17.x kernel headers"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
|
select BR2_KERNEL_HEADERS_LATEST
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_VERSION
|
|
@@ -136,8 +140,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_5_17
|
|
|
+ bool "5.17.x or later"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
|
+
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16
|
|
|
- bool "5.16.x or later"
|
|
|
+ bool "5.16.x"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
|
|
@@ -382,6 +390,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
default "5.10.115" if BR2_KERNEL_HEADERS_5_10
|
|
|
default "5.15.39" if BR2_KERNEL_HEADERS_5_15
|
|
|
default "5.16.20" if BR2_KERNEL_HEADERS_5_16
|
|
|
+ default "5.17.7" if BR2_KERNEL_HEADERS_5_17
|
|
|
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 \
|