From 21ab5f31f7b98e525f58174aa7c7e3b241621584 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Mar 2009 09:18:09 +0000 Subject: kernel-headers: add 2.6.29.x, remove 2.6.22.x --- toolchain/kernel-headers/Config.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'toolchain') diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 689a847c4..3d83de08f 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -6,7 +6,7 @@ comment "Kernel Header Options" choice prompt "Kernel Headers" - default BR2_KERNEL_HEADERS_2_6_28 + default BR2_KERNEL_HEADERS_2_6_29 help Select the version of kernel header files you wish to use. @@ -16,10 +16,6 @@ choice For the snapshot, you have to provide the linux-2.6.tar.bz2 tarball in your download dir. - config BR2_KERNEL_HEADERS_2_6_22 - depends on BR2_DEPRECATED - bool "Linux 2.6.22.x kernel headers" - config BR2_KERNEL_HEADERS_2_6_23 depends on BR2_DEPRECATED bool "Linux 2.6.23.x kernel headers" @@ -37,11 +33,15 @@ choice bool "Linux 2.6.26.x kernel headers" config BR2_KERNEL_HEADERS_2_6_27 - depends on BR2_DEPRECATED || BR2_RECENT + depends on BR2_DEPRECATED bool "Linux 2.6.27.x kernel headers" config BR2_KERNEL_HEADERS_2_6_28 bool "Linux 2.6.28.x kernel headers" + depends on BR2_DEPRECATED || BR2_RECENT + + config BR2_KERNEL_HEADERS_2_6_29 + bool "Linux 2.6.29.x kernel headers" config BR2_KERNEL_HEADERS_SNAP bool "Linux 2.6 snapshot" @@ -56,12 +56,12 @@ config BR2_KERNEL_HEADERS_RT config BR2_DEFAULT_KERNEL_HEADERS string - default "2.6.22.10" if BR2_KERNEL_HEADERS_2_6_22 default "2.6.23" if BR2_KERNEL_HEADERS_2_6_23 default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24 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.27.21" if BR2_KERNEL_HEADERS_2_6_27 default "2.6.28.9" if BR2_KERNEL_HEADERS_2_6_28 + default "2.6.29" if BR2_KERNEL_HEADERS_2_6_29 default "2.6" if BR2_KERNEL_HEADERS_SNAP -- cgit v1.2.3