diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-06-02 14:34:35 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-02 22:51:09 +0200 |
| commit | 3eb61964640bc40b3a2106aaa525f62926920ef6 (patch) | |
| tree | 71f3b42e9a5e3ef166bd67e5fbe3ea9a111a6469 | |
| parent | 602692a225d48f01c3c50eb3a09f8b4c0a81c6bf (diff) | |
| download | buildroot-3eb61964640bc40b3a2106aaa525f62926920ef6.tar.gz buildroot-3eb61964640bc40b3a2106aaa525f62926920ef6.zip | |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 3.19 as deprecated for 2015.08.
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 d81cd366eb..653209e7eb 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -79,6 +79,7 @@ choice config BR2_KERNEL_HEADERS_3_19 bool "Linux 3.19.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2015_08 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19 config BR2_KERNEL_HEADERS_4_0 |

