Sfoglia il codice sorgente

toolchain/kernel-headers: add 2.6.28

Don't make it default yet as uclibc/busybox seems to have some issues
with it.
Peter Korsgaard 16 anni fa
parent
commit
5a29afb7b5
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      toolchain/kernel-headers/Config.in

+ 4 - 0
toolchain/kernel-headers/Config.in

@@ -67,6 +67,9 @@ choice
 	config BR2_KERNEL_HEADERS_2_6_27
 	config BR2_KERNEL_HEADERS_2_6_27
 		bool "Linux 2.6.27.x kernel headers"
 		bool "Linux 2.6.27.x kernel headers"
 
 
+	config BR2_KERNEL_HEADERS_2_6_28
+		bool "Linux 2.6.28.x kernel headers"
+
 	config BR2_KERNEL_HEADERS_SNAP
 	config BR2_KERNEL_HEADERS_SNAP
 		bool "Linux 2.6 snapshot"
 		bool "Linux 2.6 snapshot"
 
 
@@ -114,5 +117,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "2.6.25.19"	if BR2_KERNEL_HEADERS_2_6_25
 	default "2.6.25.19"	if BR2_KERNEL_HEADERS_2_6_25
 	default "2.6.26.8"	if BR2_KERNEL_HEADERS_2_6_26
 	default "2.6.26.8"	if BR2_KERNEL_HEADERS_2_6_26
 	default "2.6.27.8"	if BR2_KERNEL_HEADERS_2_6_27
 	default "2.6.27.8"	if BR2_KERNEL_HEADERS_2_6_27
+	default "2.6.28"	if BR2_KERNEL_HEADERS_2_6_28
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP