From: Gustavo Zacarias Date: Tue, 2 Jun 2015 17:34:35 +0000 (-0300) Subject: linux-headers: mark EOL versions deprecated X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eb61964640bc40b3a2106aaa525f62926920ef6;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- 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