|
@@ -56,10 +56,6 @@ config BR2_KERNEL_HEADERS_5_15
|
|
bool "Linux 5.15.x kernel headers"
|
|
bool "Linux 5.15.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_5_16
|
|
|
|
- bool "Linux 5.16.x kernel headers"
|
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
|
-
|
|
|
|
config BR2_KERNEL_HEADERS_5_17
|
|
config BR2_KERNEL_HEADERS_5_17
|
|
bool "Linux 5.17.x kernel headers"
|
|
bool "Linux 5.17.x kernel headers"
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
@@ -389,7 +385,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
default "5.4.193" if BR2_KERNEL_HEADERS_5_4
|
|
default "5.4.193" if BR2_KERNEL_HEADERS_5_4
|
|
default "5.10.115" if BR2_KERNEL_HEADERS_5_10
|
|
default "5.10.115" if BR2_KERNEL_HEADERS_5_10
|
|
default "5.15.39" if BR2_KERNEL_HEADERS_5_15
|
|
default "5.15.39" if BR2_KERNEL_HEADERS_5_15
|
|
- default "5.16.20" if BR2_KERNEL_HEADERS_5_16
|
|
|
|
default "5.17.7" if BR2_KERNEL_HEADERS_5_17
|
|
default "5.17.7" if BR2_KERNEL_HEADERS_5_17
|
|
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
|