linux-headers: mark EOL versions deprecated
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 22 Feb 2016 17:54:58 +0000 (14:54 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 21:56:49 +0000 (22:56 +0100)
Follow the upstream EOL cycle and mark 4.3 as deprecated for 2016.05.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/linux-headers/Config.in.host

index ad5ee2ea47c14ca761100812f9e3a18ce2214b3d..dc58637c93799ff0ca32511ecfe431762e054505 100644 (file)
@@ -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