[Buildroot] [git commit] linux-headers: mark EOL versions deprecated

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 28 20:48:40 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=dda478689fe7b00720c26aca569e201f262a37aa
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Follow the upstream EOL cycle and mark 4.0 as deprecated for 2015.08.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/linux-headers/Config.in.host |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 2fcc39b..41ba27f 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -84,6 +84,7 @@ choice
 
 	config BR2_KERNEL_HEADERS_4_0
 		bool "Linux 4.0.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2015_08
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
 
 	config BR2_KERNEL_HEADERS_4_1


More information about the buildroot mailing list