projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85590e2
)
linux-headers: mark EOL versions deprecated
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 11 Jan 2016 10:52:35 +0000
(07:52 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 11 Jan 2016 16:32:26 +0000
(17:32 +0100)
Follow the upstream EOL cycle and mark 4.2 as deprecated for 2016.02.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/linux-headers/Config.in.host
patch
|
blob
|
history
diff --git
a/package/linux-headers/Config.in.host
b/package/linux-headers/Config.in.host
index 9fabb9edeef7f3f5241563dc54ccf99e10e51fb5..141811b8416a09e091295a434de9d0a82ef7c63a 100644
(file)
--- 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