@@ -3,7 +3,7 @@ comment "Kernel Header Options"
33choice
44 prompt "Kernel Headers"
55 default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
6- default BR2_KERNEL_HEADERS_7_0
6+ default BR2_KERNEL_HEADERS_7_1
77 help
88 Select the kernel version to get headers from.
99
@@ -55,6 +55,10 @@ config BR2_KERNEL_HEADERS_6_18
5555config BR2_KERNEL_HEADERS_7_0
5656 bool "Linux 7.0.x kernel headers"
5757 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
58+
59+ config BR2_KERNEL_HEADERS_7_1
60+ bool "Linux 7.1.x kernel headers"
61+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
5862 select BR2_KERNEL_HEADERS_LATEST
5963
6064config BR2_KERNEL_HEADERS_VERSION
@@ -133,8 +137,12 @@ choice
133137 If your kernel headers are more recent than the latest version
134138 in the choice, then select the latest version.
135139
140+ config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_7_1
141+ bool "7.1.x or later"
142+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
143+
136144config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_7_0
137- bool "7.0.x or later "
145+ bool "7.0.x"
138146 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_0
139147
140148config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_19
@@ -468,13 +476,14 @@ endchoice
468476
469477config BR2_DEFAULT_KERNEL_HEADERS
470478 string
471- default "5.10.255" if BR2_KERNEL_HEADERS_5_10
472- default "5.15.206" if BR2_KERNEL_HEADERS_5_15
473- default "6.1.172" if BR2_KERNEL_HEADERS_6_1
474- default "6.6.138" if BR2_KERNEL_HEADERS_6_6
475- default "6.12.87" if BR2_KERNEL_HEADERS_6_12
476- default "6.18.29" if BR2_KERNEL_HEADERS_6_18
477- default "7.0.11" if BR2_KERNEL_HEADERS_7_0
479+ default "5.10.258" if BR2_KERNEL_HEADERS_5_10
480+ default "5.15.209" if BR2_KERNEL_HEADERS_5_15
481+ default "6.1.175" if BR2_KERNEL_HEADERS_6_1
482+ default "6.6.142" if BR2_KERNEL_HEADERS_6_6
483+ default "6.12.93" if BR2_KERNEL_HEADERS_6_12
484+ default "6.18.35" if BR2_KERNEL_HEADERS_6_18
485+ default "7.0.12" if BR2_KERNEL_HEADERS_7_0
486+ default "7.1" if BR2_KERNEL_HEADERS_7_1
478487 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
479488 default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
480489 default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
@@ -488,4 +497,4 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS_LICENSE_FILES
488497 default "COPYING LICENSES/preferred/GPL-2.0 LICENSES/exceptions/Linux-syscall-note"
489498 help
490499 A space-separated list of license files related to the Linux
491- kernel headers.
500+ kernel headers.
0 commit comments