summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 14:59:34 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 14:59:34 +0100
commit4f23cd2b65bc7fcf1c8aedd41035b1bb3bb4b909 (patch)
tree1bdf2067bdaf3079702a5c0c65d1d62003f1ab5d
parentc02f821c07f8fa800b0ca01ba2c1599f4dcc795a (diff)
downloadembtoolkit-4f23cd2b65bc7fcf1c8aedd41035b1bb3bb4b909.tar.gz
embtoolkit-4f23cd2b65bc7fcf1c8aedd41035b1bb3bb4b909.tar.bz2
embtoolkit-4f23cd2b65bc7fcf1c8aedd41035b1bb3bb4b909.tar.xz
Toolchain: linux headers: update linux-2.6.33.x headers
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.33.kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
index e6b3be3..05ed616 100644
--- a/kconfig/linux-kconfigs/linux-2.6.33.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.33.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_33_20
+ bool "linux-2.6.33.20"
config EMBTK_LINUX_VERSION_2_6_33_19
bool "linux-2.6.33.19"
config EMBTK_LINUX_VERSION_2_6_33_18
@@ -72,6 +74,7 @@ endchoice
config EMBTK_LINUX_LONGTERM_VERSION_STRING
string
+ default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_20
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_19
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_18
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_17
@@ -87,6 +90,7 @@ config EMBTK_LINUX_LONGTERM_VERSION_STRING
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.33.20" if EMBTK_LINUX_VERSION_2_6_33_20
default "2.6.33.19" if EMBTK_LINUX_VERSION_2_6_33_19
default "2.6.33.18" if EMBTK_LINUX_VERSION_2_6_33_18
default "2.6.33.17" if EMBTK_LINUX_VERSION_2_6_33_17