From 16b3b9c3fd97c2fb0b7e10bdbf9caeff94623077 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 19 Dec 2009 12:53:18 +0100 Subject: Toolchain: linux-headers: add latest versions of 2.6.27.x Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.27.kconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'kconfig') diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig index 87133ec..dfcefc9 100644 --- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig +++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig @@ -24,12 +24,15 @@ choice prompt "Linux v2.6.27.x series exact version to use." - default EMBTK_LINUX_VERSION_2_6_27_20 help Linux v2.6.27.x series exact version to use. - config EMBTK_LINUX_VERSION_2_6_27_39 - bool "linux-2.6.27.39" + config EMBTK_LINUX_VERSION_2_6_27_42 + bool "linux-2.6.27.42" + config EMBTK_LINUX_VERSION_2_6_27_41 + bool "linux-2.6.27.41" + config EMBTK_LINUX_VERSION_2_6_27_40 + bool "linux-2.6.27.40" config EMBTK_LINUX_VERSION_2_6_27_38 bool "linux-2.6.27.38" config EMBTK_LINUX_VERSION_2_6_27_37 @@ -112,6 +115,9 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "2.6.27.42" if EMBTK_LINUX_VERSION_2_6_27_42 + default "2.6.27.41" if EMBTK_LINUX_VERSION_2_6_27_41 + default "2.6.27.40" if EMBTK_LINUX_VERSION_2_6_27_40 default "2.6.27.39" if EMBTK_LINUX_VERSION_2_6_27_39 default "2.6.27.38" if EMBTK_LINUX_VERSION_2_6_27_38 default "2.6.27.37" if EMBTK_LINUX_VERSION_2_6_27_37 -- cgit v1.2.3