[Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Dec 2 10:34:44 UTC 2015


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 560cad7..6559c5e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -199,10 +199,10 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.73"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.74"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.110"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.93"	if BR2_KERNEL_HEADERS_3_10
-	default "3.12.50"	if BR2_KERNEL_HEADERS_3_12
+	default "3.12.51"	if BR2_KERNEL_HEADERS_3_12
 	default "3.14.57"	if BR2_KERNEL_HEADERS_3_14
 	default "3.16.7"	if BR2_KERNEL_HEADERS_3_16
 	default "3.17.8"	if BR2_KERNEL_HEADERS_3_17
-- 
2.4.10



More information about the buildroot mailing list