diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-12-01 11:16:57 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-01 20:05:52 +0100 |
commit | f61e0a1fc8d1a0a0b088aa6f350c3f4b232000eb (patch) | |
tree | 8eb6117a686219ced3e19c18418b82a38a069be8 /package/linux-headers/Config.in.host | |
parent | 683eedd3a86a369c847b0a02e195691b023a6564 (diff) | |
download | buildroot-f61e0a1fc8d1a0a0b088aa6f350c3f4b232000eb.tar.gz buildroot-f61e0a1fc8d1a0a0b088aa6f350c3f4b232000eb.zip |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 3.16 as deprecated for 2015.02.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers/Config.in.host')
-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 d765e3a7ea..7e48309699 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -56,6 +56,7 @@ choice config BR2_KERNEL_HEADERS_3_16 bool "Linux 3.16.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2015_02 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 config BR2_KERNEL_HEADERS_3_17 |