diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-28 10:48:01 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-28 22:48:40 +0200 |
commit | dda478689fe7b00720c26aca569e201f262a37aa (patch) | |
tree | 80ba76f90350d0528d75eb39d6936863a103f578 /package | |
parent | a8fd20b5e6baa1c85766a737e194448ea4359899 (diff) | |
download | buildroot-dda478689fe7b00720c26aca569e201f262a37aa.tar.gz buildroot-dda478689fe7b00720c26aca569e201f262a37aa.zip |
linux-headers: mark EOL versions deprecated
Follow the upstream EOL cycle and mark 4.0 as deprecated for 2015.08.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-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 2fcc39b061..41ba27f984 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -84,6 +84,7 @@ choice config BR2_KERNEL_HEADERS_4_0 bool "Linux 4.0.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2015_08 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 config BR2_KERNEL_HEADERS_4_1 |