diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-20 11:48:26 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-20 19:32:00 +0100 |
commit | 6be22624c883cb036be461e2135c1dcef4086bdd (patch) | |
tree | e01c67ce025ba33c0ccb5ec211d9f5cfdefe6cdb /package/linux-headers | |
parent | 8812cffe996c8d0cbd48bf7e565921ba68d5d293 (diff) | |
download | buildroot-6be22624c883cb036be461e2135c1dcef4086bdd.tar.gz buildroot-6be22624c883cb036be461e2135c1dcef4086bdd.zip |
linux-headers: kill 3.14.x and 4.{5, 6, 7}.x series
These aren't supported upstream any more so remove the options and add
them to legacy.
Also switch the older deprecations that used 3.14.x to 3.12.x
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r-- | package/linux-headers/Config.in.host | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index a95b41d0a6..4ab562ce88 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_14 - bool "Linux 3.14.x kernel headers" - depends on !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 - config BR2_KERNEL_HEADERS_3_18 bool "Linux 3.18.x kernel headers" depends on !BR2_nios2 @@ -64,18 +59,6 @@ choice bool "Linux 4.4.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4 - config BR2_KERNEL_HEADERS_4_5 - bool "Linux 4.5.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5 - - config BR2_KERNEL_HEADERS_4_6 - bool "Linux 4.6.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6 - - config BR2_KERNEL_HEADERS_4_7 - bool "Linux 4.7.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7 - config BR2_KERNEL_HEADERS_4_8 bool "Linux 4.8.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 @@ -235,15 +218,11 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.104" if BR2_KERNEL_HEADERS_3_10 default "3.12.69" if BR2_KERNEL_HEADERS_3_12 - default "3.14.79" if BR2_KERNEL_HEADERS_3_14 default "3.18.45" 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.36" if BR2_KERNEL_HEADERS_4_1 default "4.4.39" if BR2_KERNEL_HEADERS_4_4 - default "4.5.7" if BR2_KERNEL_HEADERS_4_5 - default "4.6.7" if BR2_KERNEL_HEADERS_4_6 - default "4.7.10" if BR2_KERNEL_HEADERS_4_7 default "4.8.15" if BR2_KERNEL_HEADERS_4_8 default "4.9" if BR2_KERNEL_HEADERS_4_9 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |