diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-03 12:52:26 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-04 22:13:00 +0100 |
commit | 7dd9214db6f92dce89d8642d80be86a84bdc98f8 (patch) | |
tree | 34da199d960108d94edde8a9a53d827c3cdd45e9 | |
parent | 001846efe6bc2bc2cf0d213974a2de7fa85f2f36 (diff) | |
download | buildroot-7dd9214db6f92dce89d8642d80be86a84bdc98f8.tar.gz buildroot-7dd9214db6f92dce89d8642d80be86a84bdc98f8.zip |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 3.17 as deprecated for 2015.05.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 9ebf48abf4..e2bc05a051 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -68,6 +68,7 @@ choice config BR2_KERNEL_HEADERS_3_17 bool "Linux 3.17.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2015_05 depends on !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 |