From e7eb38f5a6b55f9db34b223930e8f6c21e31fd3f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 30 Aug 2011 00:27:44 +0200 Subject: Toolchain: linux headers: add linux-2.6.32.{45,46} Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.32.kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kconfig') diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig index 7422731..3ea8445 100644 --- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig +++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig @@ -28,6 +28,10 @@ choice help Linux v2.6.32.x series exact version to use. + config EMBTK_LINUX_VERSION_2_6_32_46 + bool "linux-2.6.32.46" + config EMBTK_LINUX_VERSION_2_6_32_45 + bool "linux-2.6.32.45" config EMBTK_LINUX_VERSION_2_6_32_44 bool "linux-2.6.32.44" config EMBTK_LINUX_VERSION_2_6_32_43 @@ -122,6 +126,8 @@ endchoice config EMBTK_LINUX_LONGTERM_VERSION_STRING string + default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_46 + default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_45 default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_44 default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_43 default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_42 @@ -142,6 +148,8 @@ config EMBTK_LINUX_LONGTERM_VERSION_STRING config EMBTK_LINUX_VERSION_STRING string + default "2.6.32.46" if EMBTK_LINUX_VERSION_2_6_32_46 + default "2.6.32.45" if EMBTK_LINUX_VERSION_2_6_32_45 default "2.6.32.44" if EMBTK_LINUX_VERSION_2_6_32_44 default "2.6.32.43" if EMBTK_LINUX_VERSION_2_6_32_43 default "2.6.32.42" if EMBTK_LINUX_VERSION_2_6_32_42 -- cgit v1.2.3