|
@@ -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_14
|
|
|
|
- bool "Linux 6.14.x kernel headers"
|
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
|
|
|
-
|
|
|
|
config BR2_KERNEL_HEADERS_6_15
|
|
config BR2_KERNEL_HEADERS_6_15
|
|
bool "Linux 6.15.x kernel headers"
|
|
bool "Linux 6.15.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
|
@@ -454,7 +450,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "6.1.141" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.1.141" if BR2_KERNEL_HEADERS_6_1
|
|
default "6.6.93" if BR2_KERNEL_HEADERS_6_6
|
|
default "6.6.93" if BR2_KERNEL_HEADERS_6_6
|
|
default "6.12.33" if BR2_KERNEL_HEADERS_6_12
|
|
default "6.12.33" if BR2_KERNEL_HEADERS_6_12
|
|
- default "6.14.11" if BR2_KERNEL_HEADERS_6_14
|
|
|
|
default "6.15.2" if BR2_KERNEL_HEADERS_6_15
|
|
default "6.15.2" if BR2_KERNEL_HEADERS_6_15
|
|
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
|