summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-09 12:20:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-11 16:00:46 +0200
commit3c590a3ec53ad690ae4d88f33cd8767fb9ee1037 (patch)
tree4c0760ed48d51243eb1100daba91ed9d72d86c11 /Config.in.legacy
parentc9ea19e8fb4952db6748023f613ebb19f78fc036 (diff)
linux-headers: remove deprecated versions
Linux headers 3.19.x and 4.0.x have been deprecated for a while now, so it's time to remove them. 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.legacy20
1 files changed, 20 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 60d414bea..d7b996c0d 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,26 @@ endif
###############################################################################
comment "Legacy options removed in 2016.11"
+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_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
+ 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_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
+ automatically selected in your configuration.
+
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
bool "libevas-generic-loaders package removed"
select BR2_LEGACY