package/linux-headers: drop support for 5.3.x headers

The 5.3.x series is now EOL so remove the option and add legacy
handling for it.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls
2020-01-04 16:56:50 +01:00
committed by Peter Korsgaard
parent d40377e4da
commit 6343127e7a
3 changed files with 7 additions and 6 deletions

View File

@@ -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_3
bool "Linux 5.3.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
config BR2_KERNEL_HEADERS_5_4
bool "Linux 5.4.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
@@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.9.206" if BR2_KERNEL_HEADERS_4_9
default "4.14.159" if BR2_KERNEL_HEADERS_4_14
default "4.19.90" if BR2_KERNEL_HEADERS_4_19
default "5.3.18" if BR2_KERNEL_HEADERS_5_3
default "5.4.5" if BR2_KERNEL_HEADERS_5_4
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL