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 /Config.in.legacy | |
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 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 67a9a23dd4..090e60a324 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -167,6 +167,26 @@ config BR2_PACKAGE_GMOCK help GMock is now a suboption of the GTest package. +config BR2_KERNEL_HEADERS_4_8 + bool "kernel headers version 4.8.x are no longer supported" + select BR2_KERNEL_HEADERS_4_4 + select BR2_LEGACY + help + Version 4.8.x of the Linux kernel headers are no longer + maintained upstream and are now removed. As an alternative, + version 4.4.x of the headers have been automatically + selected in your configuration. + +config BR2_KERNEL_HEADERS_3_18 + bool "kernel headers version 3.18.x are no longer supported" + select BR2_KERNEL_HEADERS_3_12 + select BR2_LEGACY + help + Version 3.18.x of the Linux kernel headers are no longer + maintained upstream and are now removed. As an alternative, + version 3.12.x of the headers have been automatically + selected in your configuration. + config BR2_GLIBC_VERSION_2_22 bool "glibc 2.22 removed" select BR2_LEGACY @@ -444,22 +464,22 @@ config BR2_GCC_VERSION_4_8_ARC config BR2_KERNEL_HEADERS_4_0 bool "kernel headers version 4.0.x are no longer supported" - select BR2_KERNEL_HEADERS_3_18 + select BR2_KERNEL_HEADERS_3_12 select BR2_LEGACY help Version 4.0.x of the Linux kernel headers have been deprecated for more than four buildroot releases and are now removed. - As an alternative, version 3.18.x of the headers have been + As an alternative, version 3.12.x of the headers have been automatically selected in your configuration. config BR2_KERNEL_HEADERS_3_19 bool "kernel headers version 3.19.x are no longer supported" - select BR2_KERNEL_HEADERS_3_18 + select BR2_KERNEL_HEADERS_3_12 select BR2_LEGACY help Version 3.19.x of the Linux kernel headers have been deprecated for more than four buildroot releases and are now removed. - As an alternative, version 3.18.x of the headers have been + As an alternative, version 3.12.x of the headers have been automatically selected in your configuration. config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS |