summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-11 13:55:41 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-11 13:55:41 +0100
commit1e500803cb37917350f548515d0b7b3f2abaab1b (patch)
treea1f9ff306fbee60e1873603da385ed531ed4b749
parentbf2eb832bcde4a2e2a99fc35d7bf21d87429c6b9 (diff)
downloadembtoolkit-1e500803cb37917350f548515d0b7b3f2abaab1b.tar.gz
embtoolkit-1e500803cb37917350f548515d0b7b3f2abaab1b.tar.bz2
embtoolkit-1e500803cb37917350f548515d0b7b3f2abaab1b.tar.xz
Toolchain: linux headers: Add new linux-2.6.27.x and linux-2.6.31.x versions
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig3
2 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index ac6a500..87133ec 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_39
+ bool "linux-2.6.27.39"
config EMBTK_LINUX_VERSION_2_6_27_38
bool "linux-2.6.27.38"
config EMBTK_LINUX_VERSION_2_6_27_37
@@ -110,6 +112,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.39" if EMBTK_LINUX_VERSION_2_6_27_39
default "2.6.27.38" if EMBTK_LINUX_VERSION_2_6_27_38
default "2.6.27.37" if EMBTK_LINUX_VERSION_2_6_27_37
default "2.6.27.36" if EMBTK_LINUX_VERSION_2_6_27_36
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index 25b883e..c41281a 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_6
+ bool "linux-2.6.31.6"
config EMBTK_LINUX_VERSION_2_6_31_5
bool "linux-2.6.31.5"
config EMBTK_LINUX_VERSION_2_6_31_4
@@ -44,6 +46,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.6" if EMBTK_LINUX_VERSION_2_6_31_6
default "2.6.31.5" if EMBTK_LINUX_VERSION_2_6_31_5
default "2.6.31.4" if EMBTK_LINUX_VERSION_2_6_31_4
default "2.6.31.3" if EMBTK_LINUX_VERSION_2_6_31_3