From c322c57cc458b143672056774f4e3ecd05c7173f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 29 Apr 2013 09:24:44 +0200 Subject: kernel-headers: bump 3.8.10, add 3.9 Signed-off-by: Peter Korsgaard --- toolchain/kernel-headers/Config.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'toolchain') diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 17bd80b63..12c53d889 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_3_8 + default BR2_KERNEL_HEADERS_3_9 help Select the version of kernel header files you wish to use. You must select the correct set of header files to match @@ -47,6 +47,9 @@ choice config BR2_KERNEL_HEADERS_3_8 bool "Linux 3.8.x kernel headers" + config BR2_KERNEL_HEADERS_3_9 + bool "Linux 3.9.x kernel headers" + config BR2_KERNEL_HEADERS_VERSION bool "Manually specified Linux version" @@ -71,6 +74,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.5.7" if BR2_KERNEL_HEADERS_3_5 default "3.6.11" if BR2_KERNEL_HEADERS_3_6 default "3.7.10" if BR2_KERNEL_HEADERS_3_7 - default "3.8.9" if BR2_KERNEL_HEADERS_3_8 + default "3.8.10" if BR2_KERNEL_HEADERS_3_8 + default "3.9" if BR2_KERNEL_HEADERS_3_9 default "2.6" if BR2_KERNEL_HEADERS_SNAP default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION -- cgit v1.2.3