|
|
@@ -54,10 +54,6 @@ config BR2_KERNEL_HEADERS_6_12
|
|
|
bool "Linux 6.12.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_12
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_6_16
|
|
|
- bool "Linux 6.16.x kernel headers"
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_16
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_6_17
|
|
|
bool "Linux 6.17.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_17
|
|
|
@@ -468,7 +464,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
default "6.1.155" if BR2_KERNEL_HEADERS_6_1
|
|
|
default "6.6.111" if BR2_KERNEL_HEADERS_6_6
|
|
|
default "6.12.52" if BR2_KERNEL_HEADERS_6_12
|
|
|
- default "6.16.12" if BR2_KERNEL_HEADERS_6_16
|
|
|
default "6.17.2" if BR2_KERNEL_HEADERS_6_17
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|