Ver Fonte

linux-headers: bump 3.{2, 10}.x series

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd Kuhls há 8 anos atrás
pai
commit
fec74492ee
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      package/linux-headers/Config.in.host

+ 2 - 2
package/linux-headers/Config.in.host

@@ -231,9 +231,9 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.89"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.92"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
-	default "3.10.106"	if BR2_KERNEL_HEADERS_3_10
+	default "3.10.107"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
 	default "4.1.43"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.84"	if BR2_KERNEL_HEADERS_4_4