projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683eedd
)
linux-headers: mark EOL versions deprecated
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 1 Dec 2014 14:16:57 +0000
(11:16 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 1 Dec 2014 19:05:52 +0000
(20:05 +0100)
Follow the upstream EOL cycle and mark 3.16 as deprecated for 2015.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 d765e3a7eacbcb0ea297a53adf720c0d453cbbcf..7e483096992d16f5cb0e7b1928a37c591bfdb263 100644
(file)
--- 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