From e81b166ec1744a6a5a6ebb87988441397db07d8a Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 22 Feb 2016 14:54:58 -0300 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- package/linux-headers/Config.in.host | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2