summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-09 10:08:09 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-09 10:08:09 +0100
commit63057a921db30b638402fe218fab0f3bdc06bb8e (patch)
treee21df469321f72b74f0de985cf5defc9c9ab3814
parent3d9a9cededd87447fe7b3f97d26531b47a930c61 (diff)
downloadembtoolkit-63057a921db30b638402fe218fab0f3bdc06bb8e.tar.gz
embtoolkit-63057a921db30b638402fe218fab0f3bdc06bb8e.tar.bz2
embtoolkit-63057a921db30b638402fe218fab0f3bdc06bb8e.tar.xz
Toolchain: linux headers: add linux-2.6.31.10 and linux-2.6.31.11
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig7
1 files changed, 6 insertions, 1 deletions
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