summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 10:26:18 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 10:26:18 +0200
commit2d360df7f1586eee56778e534ed60827fa7bd917 (patch)
tree6a522618090c76f533f703d08d15c0cb7ec7e793
parent88d42a457f8faafb1d4d951fbec335a5a6c5347e (diff)
downloadembtoolkit-2d360df7f1586eee56778e534ed60827fa7bd917.tar.gz
embtoolkit-2d360df7f1586eee56778e534ed60827fa7bd917.tar.bz2
embtoolkit-2d360df7f1586eee56778e534ed60827fa7bd917.tar.xz
Toolchain: linux headers: update linux versions to latest one
-rw-r--r--kconfig/linux.kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index e8dcd19..50aee0a 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -32,23 +32,23 @@ choice
config EMBTK_LINUX_VERSION_2_6_30_X
bool "linux-2.6.30.x"
help
- Will download linux-2.6.30.2 as it is the latest version of
- 2.6.30.x series.
+ Will download linux-2.6.30.4 as it was the latest version of
+ 2.6.30.x series at this version of Embtk.
config EMBTK_LINUX_VERSION_2_6_29_X
bool "linux-2.6.29.x"
help
- Will download linux-2.6.29.6 as it is the latest version of
- 2.6.29.x series.
+ Will download linux-2.6.29.6 as it was the latest version of
+ 2.6.29.x series at this version of Embtk.
config EMBTK_LINUX_VERSION_2_6_28_X
bool "linux-2.6.28.x"
help
- Will download linux-2.6.28.10 as it is the latest version of
- 2.6.28.x series.
+ Will download linux-2.6.28.10 as it was the latest version of
+ 2.6.28.x series at this version of Embtk.
config EMBTK_LINUX_VERSION_2_6_27_X
bool "linux-2.6.27.x"
help
- Will download linux-2.6.27.19 as it is the latest version of
- 2.6.27.x series.
+ Will download linux-2.6.27.19 as it was the latest version of
+ 2.6.27.x series at this version of Embtk.
endchoice
config EMBTK_LINUX_HAVE_MIRROR
@@ -64,8 +64,8 @@ config EMBTK_LINUX_HAVE_MIRROR_SITE
config EMBTK_LINUX_VERSION_STRING
string
- default "2.6.30.2" if EMBTK_LINUX_VERSION_2_6_30_X
+ default "2.6.30.4" if EMBTK_LINUX_VERSION_2_6_30_X
default "2.6.29.6" if EMBTK_LINUX_VERSION_2_6_29_X
default "2.6.28.10" if EMBTK_LINUX_VERSION_2_6_28_X
- default "2.6.27.19" if EMBTK_LINUX_VERSION_2_6_27_X
+ default "2.6.27.20" if EMBTK_LINUX_VERSION_2_6_27_X