|
@@ -48,10 +48,6 @@ config BR2_KERNEL_HEADERS_6_12
|
|
bool "Linux 6.12.x kernel headers"
|
|
bool "Linux 6.12.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_12
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_12
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_6_13
|
|
|
|
- bool "Linux 6.13.x kernel headers"
|
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_13
|
|
|
|
-
|
|
|
|
config BR2_KERNEL_HEADERS_6_14
|
|
config BR2_KERNEL_HEADERS_6_14
|
|
bool "Linux 6.14.x kernel headers"
|
|
bool "Linux 6.14.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
|
@@ -450,7 +446,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "6.1.138" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.1.138" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.6.90" if BR2_KERNEL_HEADERS_6_6
|
|
default "6.6.90" if BR2_KERNEL_HEADERS_6_6
|
|
default "6.12.28" if BR2_KERNEL_HEADERS_6_12
|
|
default "6.12.28" if BR2_KERNEL_HEADERS_6_12
|
|
- default "6.13.12" if BR2_KERNEL_HEADERS_6_13
|
|
|
|
default "6.14.6" if BR2_KERNEL_HEADERS_6_14
|
|
default "6.14.6" if BR2_KERNEL_HEADERS_6_14
|
|
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
|