From: Gustavo Zacarias Date: Mon, 11 Jan 2016 10:52:35 +0000 (-0300) Subject: linux-headers: mark EOL versions deprecated X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a68224d0846debf538501a6999bc581683cddf6a;p=buildroot.git linux-headers: mark EOL versions deprecated Follow the upstream EOL cycle and mark 4.2 as deprecated for 2016.02. 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 9fabb9edee..141811b841 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -69,6 +69,7 @@ choice config BR2_KERNEL_HEADERS_4_2 bool "Linux 4.2.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2016_02 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 config BR2_KERNEL_HEADERS_4_3