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

The 5.1.x series is now EOL and 5.3.x has been added, so remove the option
and add legacy handling for it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2019-10-01 23:25:22 +02:00
parent 04e9fdb1c6
commit 1dc7e04832
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_1
bool "Linux 5.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
config BR2_KERNEL_HEADERS_5_2
bool "Linux 5.2.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
@@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.9.194" if BR2_KERNEL_HEADERS_4_9
default "4.14.146" if BR2_KERNEL_HEADERS_4_14
default "4.19.76" if BR2_KERNEL_HEADERS_4_19
default "5.1.21" if BR2_KERNEL_HEADERS_5_1
default "5.2.18" if BR2_KERNEL_HEADERS_5_2
default "5.3.2" if BR2_KERNEL_HEADERS_5_3
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION