From: Gustavo Zacarias Date: Mon, 1 Dec 2014 14:16:57 +0000 (-0300) Subject: linux-headers: mark EOL versions deprecated X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f61e0a1fc8d1a0a0b088aa6f350c3f4b232000eb;p=buildroot.git linux-headers: mark EOL versions deprecated Follow the upstream EOL cycle and mark 3.16 as deprecated for 2015.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 d765e3a7ea..7e48309699 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -56,6 +56,7 @@ choice config BR2_KERNEL_HEADERS_3_16 bool "Linux 3.16.x kernel headers" + depends on BR2_DEPRECATED_SINCE_2015_02 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 config BR2_KERNEL_HEADERS_3_17