|
@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_6_1
|
|
|
bool "Linux 6.1.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_1
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_6_5
|
|
|
- bool "Linux 6.5.x kernel headers"
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_6_6
|
|
|
bool "Linux 6.6.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
|
@@ -418,7 +414,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
default "5.10.202" if BR2_KERNEL_HEADERS_5_10
|
|
|
default "5.15.140" if BR2_KERNEL_HEADERS_5_15
|
|
|
default "6.1.64" if BR2_KERNEL_HEADERS_6_1
|
|
|
- default "6.5.13" if BR2_KERNEL_HEADERS_6_5
|
|
|
default "6.6.3" if BR2_KERNEL_HEADERS_6_6
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|