diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-22 14:54:58 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-23 22:56:49 +0100 |
| commit | e81b166ec1744a6a5a6ebb87988441397db07d8a (patch) | |
| tree | 222e0f2ff41a0cecc84fd4c2ce4a8eee5a979b32 | |
| parent | bca107ee6d010ec0f61526bd800a2beec9f82c23 (diff) | |
| download | buildroot-e81b166ec1744a6a5a6ebb87988441397db07d8a.tar.gz buildroot-e81b166ec1744a6a5a6ebb87988441397db07d8a.zip | |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 4.3 as deprecated for 2016.05.
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 ad5ee2ea47..dc58637c93 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -73,6 +73,7 @@ choice config BR2_KERNEL_HEADERS_4_3 bool "Linux 4.3.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2016_05 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3 config BR2_KERNEL_HEADERS_4_4 |

