summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-20 13:53:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-20 21:13:43 +0100
commitd8da5f103752e47f7f06b35a17a3a69ac1911f4b (patch)
tree0ecae28f376bb3d1b1874a593eff4393fc016442 /Config.in.legacy
parentfef4fc0e0ebb5235b4aa9301ee7e34a85e8fb4a3 (diff)
linux-headers: remove deprecated version 3.16.x
Remove for the upcoming 2016.02 release, it's been deprecated for a year now. 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.legacy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 2e6062cb4..9111c01a7 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,16 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_KERNEL_HEADERS_3_16
+ bool "kernel headers version 3.16.x are no longer supported"
+ select BR2_KERNEL_HEADERS_3_18
+ select BR2_LEGACY
+ help
+ Version 3.16.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_PYTHON_PYXML
bool "python-pyxml package has been removed"
select BR2_LEGACY