summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-28 22:38:05 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-28 22:38:05 +0200
commit7c1e5a362a037b4d3dcf064c49ae0f42151b5462 (patch)
tree3f0562818ca4170010bf67582602df2baf8dd9f7
parentfa11339097b3df4288e70f2aa635cc7f8a149783 (diff)
downloadembtoolkit-7c1e5a362a037b4d3dcf064c49ae0f42151b5462.tar.gz
embtoolkit-7c1e5a362a037b4d3dcf064c49ae0f42151b5462.tar.bz2
embtoolkit-7c1e5a362a037b4d3dcf064c49ae0f42151b5462.tar.xz
Toolchain: linux-2.6.33.x headers: add linux-2.6.33.3 and linux-2.6.33.4
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.33.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
index 333c830..e673e01 100644
--- a/kconfig/linux-kconfigs/linux-2.6.33.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
@@ -27,6 +27,10 @@ choice
help
Linux v2.6.33.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_33_4
+ bool "linux-2.6.33.4"
+ config EMBTK_LINUX_VERSION_2_6_33_3
+ bool "linux-2.6.33.3"
config EMBTK_LINUX_VERSION_2_6_33_2
bool "linux-2.6.33.2"
config EMBTK_LINUX_VERSION_2_6_33_1
@@ -37,6 +41,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.33.4" if EMBTK_LINUX_VERSION_2_6_33_4
+ default "2.6.33.3" if EMBTK_LINUX_VERSION_2_6_33_3
default "2.6.33.2" if EMBTK_LINUX_VERSION_2_6_33_2
default "2.6.33.1" if EMBTK_LINUX_VERSION_2_6_33_1
default "2.6.33" if EMBTK_LINUX_VERSION_2_6_33