From 63057a921db30b638402fe218fab0f3bdc06bb8e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 9 Jan 2010 10:08:09 +0100 Subject: Toolchain: linux headers: add linux-2.6.31.10 and linux-2.6.31.11 Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.31.kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig index 9aa301b..90f182a 100644 --- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig +++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig @@ -24,10 +24,13 @@ choice prompt "Linux v2.6.31.x series exact version to use." - default EMBTK_LINUX_VERSION_2_6_31 help Linux v2.6.31.x series exact version to use. + config EMBTK_LINUX_VERSION_2_6_31_11 + bool "linux-2.6.31.11" + config EMBTK_LINUX_VERSION_2_6_31_10 + bool "linux-2.6.31.10" config EMBTK_LINUX_VERSION_2_6_31_9 bool "linux-2.6.31.9" config EMBTK_LINUX_VERSION_2_6_31_8 @@ -52,6 +55,8 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "2.6.31.11" if EMBTK_LINUX_VERSION_2_6_31_11 + default "2.6.31.10" if EMBTK_LINUX_VERSION_2_6_31_10 default "2.6.31.9" if EMBTK_LINUX_VERSION_2_6_31_9 default "2.6.31.8" if EMBTK_LINUX_VERSION_2_6_31_8 default "2.6.31.7" if EMBTK_LINUX_VERSION_2_6_31_7 -- cgit v1.2.3