summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-02 00:23:02 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-02 00:23:02 +0200
commitb2777ca443e9a5470bc07760cb958f8d4d5e1cb5 (patch)
tree1a2f575452d39b9063b0999dd904f09d9cd138a2
parente1cefaa28100c2415cb56d707e6b7311f02107b6 (diff)
downloadembtoolkit-b2777ca443e9a5470bc07760cb958f8d4d5e1cb5.tar.gz
embtoolkit-b2777ca443e9a5470bc07760cb958f8d4d5e1cb5.tar.bz2
embtoolkit-b2777ca443e9a5470bc07760cb958f8d4d5e1cb5.tar.xz
Toolchain: linux headers: Add linux-2.6.35.14
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.35.kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.35.kconfig b/kconfig/linux-kconfigs/linux-2.6.35.kconfig
index 521a3d9..2368cd6 100644
--- a/kconfig/linux-kconfigs/linux-2.6.35.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.35.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.35.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_35_14
+ bool "linux-2.6.35.14"
config EMBTK_LINUX_VERSION_2_6_35_13
bool "linux-2.6.35.13"
config EMBTK_LINUX_VERSION_2_6_35_12
@@ -60,6 +62,7 @@ endchoice
config EMBTK_LINUX_LONGTERM_VERSION_STRING
string
+ default "v2.6.35" if EMBTK_LINUX_VERSION_2_6_35_14
default "v2.6.35" if EMBTK_LINUX_VERSION_2_6_35_13
default "v2.6.35" if EMBTK_LINUX_VERSION_2_6_35_12
default "v2.6.35" if EMBTK_LINUX_VERSION_2_6_35_11
@@ -67,6 +70,7 @@ config EMBTK_LINUX_LONGTERM_VERSION_STRING
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.35.14" if EMBTK_LINUX_VERSION_2_6_35_14
default "2.6.35.13" if EMBTK_LINUX_VERSION_2_6_35_13
default "2.6.35.12" if EMBTK_LINUX_VERSION_2_6_35_12
default "2.6.35.11" if EMBTK_LINUX_VERSION_2_6_35_11