|
@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_4_19
|
|
|
depends on !BR2_csky
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
|
|
|
-config BR2_KERNEL_HEADERS_5_2
|
|
|
- bool "Linux 5.2.x kernel headers"
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
|
|
|
-
|
|
|
config BR2_KERNEL_HEADERS_5_3
|
|
|
bool "Linux 5.3.x kernel headers"
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
|
@@ -313,7 +309,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
default "4.9.196" if BR2_KERNEL_HEADERS_4_9
|
|
|
default "4.14.149" if BR2_KERNEL_HEADERS_4_14
|
|
|
default "4.19.79" if BR2_KERNEL_HEADERS_4_19
|
|
|
- default "5.2.21" if BR2_KERNEL_HEADERS_5_2
|
|
|
default "5.3.6" if BR2_KERNEL_HEADERS_5_3
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
|
|
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|