diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-01-11 07:52:35 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-11 17:32:26 +0100 |
commit | a68224d0846debf538501a6999bc581683cddf6a (patch) | |
tree | 45ed6c285bcdfdfe79ce726f5ded4e2248d57970 | |
parent | 85590e245c92b07f0ef7be3e628cd6349cb5a2d9 (diff) | |
download | buildroot-a68224d0846debf538501a6999bc581683cddf6a.tar.gz buildroot-a68224d0846debf538501a6999bc581683cddf6a.zip |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 4.2 as deprecated for 2016.02.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/linux-headers/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 9fabb9edee..141811b841 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -69,6 +69,7 @@ choice config BR2_KERNEL_HEADERS_4_2 bool "Linux 4.2.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2016_02 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 config BR2_KERNEL_HEADERS_4_3 |