summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:51:01 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:45 +0200
commit133466f5f23a6550fd136170d841c58c6581a63c (patch)
tree8009de930b721abb92a7812c80093182af70d3fe /Config.in.legacy
parent1c2a63ad6d724d933cbb2a43d5dd08f19c5c17e7 (diff)
linux-headers: remove deprecated version 4.2 and 4.3
We will remove BR2_DEPRECATED, so remove this deprecated package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.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 5e65d7b0f..76365e6f7 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_3
+ bool "kernel headers version 4.3.x are no longer supported"
+ select BR2_KERNEL_HEADERS_4_1
+ select BR2_LEGACY
+ help
+ Version 4.3.x of the Linux kernel headers are no longer
+ maintained upstream and are now removed. As an alternative,
+ version 4.1.x of the headers have been automatically
+ selected in your configuration.
+
+config BR2_KERNEL_HEADERS_4_2
+ bool "kernel headers version 4.2.x are no longer supported"
+ select BR2_KERNEL_HEADERS_4_1
+ select BR2_LEGACY
+ help
+ Version 4.2.x of the Linux kernel headers are no longer
+ maintained upstream and are now removed. As an alternative,
+ version 4.1.x of the headers have been automatically
+ selected in your configuration.
+
config BR2_PACKAGE_KODI_ADDON_XVDR
bool "kodi-addon-xvdr removed"
select BR2_LEGACY