diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-03-02 17:18:29 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 23:46:15 +0100 |
commit | 5f73ff5317f21f746b0e724f7e1817603a08572e (patch) | |
tree | 6ba82a0358d4f416c83686364a425c7da0d38a0d /package/linux-headers | |
parent | f3436357cfdaf945042dfba5c48af743d5438b85 (diff) | |
download | buildroot-5f73ff5317f21f746b0e724f7e1817603a08572e.tar.gz buildroot-5f73ff5317f21f746b0e724f7e1817603a08572e.zip |
linux-headers: remove 3.18.x and 4.8.x series
These aren't supported upstream any more so remove the options and add
them to legacy handling.
Switch older deprecations that used 3.18.x to 3.12.x
Remove stray version strings as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r-- | package/linux-headers/Config.in.host | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 7c36e17007..57e690e19f 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -46,11 +46,6 @@ choice depends on !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 - config BR2_KERNEL_HEADERS_3_18 - bool "Linux 3.18.x kernel headers" - depends on !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 - config BR2_KERNEL_HEADERS_4_1 bool "Linux 4.1.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1 @@ -59,10 +54,6 @@ choice bool "Linux 4.4.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4 - config BR2_KERNEL_HEADERS_4_8 - bool "Linux 4.8.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 - config BR2_KERNEL_HEADERS_4_9 bool "Linux 4.9.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9 @@ -226,12 +217,8 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.105" if BR2_KERNEL_HEADERS_3_10 default "3.12.70" if BR2_KERNEL_HEADERS_3_12 - default "3.18.48" if BR2_KERNEL_HEADERS_3_18 - default "3.19.8" if BR2_KERNEL_HEADERS_3_19 - default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.38" if BR2_KERNEL_HEADERS_4_1 default "4.4.52" if BR2_KERNEL_HEADERS_4_4 - default "4.8.17" if BR2_KERNEL_HEADERS_4_8 default "4.9.13" if BR2_KERNEL_HEADERS_4_9 default "4.10.1" if BR2_KERNEL_HEADERS_4_10 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |