summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-17 22:57:59 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-17 22:57:59 +0100
commit6fdf0b94f3a1bba4720f34f65b48ff2fbfe20b65 (patch)
tree89b06d4a39c75f7f4f77ab2dbbdf802d3dd1d205
parenta1dfab8ff7f92aa54d98faab9f313634ff32bbd2 (diff)
downloadembtoolkit-6fdf0b94f3a1bba4720f34f65b48ff2fbfe20b65.tar.gz
embtoolkit-6fdf0b94f3a1bba4720f34f65b48ff2fbfe20b65.tar.bz2
embtoolkit-6fdf0b94f3a1bba4720f34f65b48ff2fbfe20b65.tar.xz
Toolchain: linux headers: add latest versions available
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig8
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig4
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig3
4 files changed, 18 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index 3469bcd..e86f20f 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -28,6 +28,10 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_61
+ bool "linux-2.6.27.61"
+ config EMBTK_LINUX_VERSION_2_6_27_60
+ bool "linux-2.6.27.60"
config EMBTK_LINUX_VERSION_2_6_27_59
bool "linux-2.6.27.59"
config EMBTK_LINUX_VERSION_2_6_27_58
@@ -150,11 +154,15 @@ endchoice
config EMBTK_LINUX_LONGTERM_VERSION_STRING
string
+ default "v2.6.27" if EMBTK_LINUX_VERSION_2_6_27_61
+ default "v2.6.27" if EMBTK_LINUX_VERSION_2_6_27_60
default "v2.6.27" if EMBTK_LINUX_VERSION_2_6_27_59
default "v2.6.27" if EMBTK_LINUX_VERSION_2_6_27_58
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.61" if EMBTK_LINUX_VERSION_2_6_27_61
+ default "2.6.27.60" if EMBTK_LINUX_VERSION_2_6_27_60
default "2.6.27.59" if EMBTK_LINUX_VERSION_2_6_27_59
default "2.6.27.58" if EMBTK_LINUX_VERSION_2_6_27_58
default "2.6.27.57" if EMBTK_LINUX_VERSION_2_6_27_57
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index 1c8a83a..4f1ece4 100644
--- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.32.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_32_57
+ bool "linux-2.6.32.57"
config EMBTK_LINUX_VERSION_2_6_32_56
bool "linux-2.6.32.56"
config EMBTK_LINUX_VERSION_2_6_32_55
@@ -146,6 +148,7 @@ endchoice
config EMBTK_LINUX_LONGTERM_VERSION_STRING
string
+ default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_57
default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_56
default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_55
default "v2.6.32" if EMBTK_LINUX_VERSION_2_6_32_54
@@ -178,6 +181,7 @@ config EMBTK_LINUX_LONGTERM_VERSION_STRING
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.32.57" if EMBTK_LINUX_VERSION_2_6_32_57
default "2.6.32.56" if EMBTK_LINUX_VERSION_2_6_32_56
default "2.6.32.55" if EMBTK_LINUX_VERSION_2_6_32_55
default "2.6.32.54" if EMBTK_LINUX_VERSION_2_6_32_54
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index 393cada..75598b1 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_21
+ bool "linux-3.0.21"
config EMBTK_LINUX_VERSION_3_0_20
bool "linux-3.0.20"
config EMBTK_LINUX_VERSION_3_0_19
@@ -74,6 +76,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.21" if EMBTK_LINUX_VERSION_3_0_21
default "3.0.20" if EMBTK_LINUX_VERSION_3_0_20
default "3.0.19" if EMBTK_LINUX_VERSION_3_0_19
default "3.0.18" if EMBTK_LINUX_VERSION_3_0_18
diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig
index 6fe9a9f..40c30ad 100644
--- a/kconfig/linux-kconfigs/linux-3.2.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.2.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v3.2.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_2_6
+ bool "linux-3.2.6"
config EMBTK_LINUX_VERSION_3_2_5
bool "linux-3.2.5"
config EMBTK_LINUX_VERSION_3_2_4
@@ -44,6 +46,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.2.6" if EMBTK_LINUX_VERSION_3_2_6
default "3.2.5" if EMBTK_LINUX_VERSION_3_2_5
default "3.2.4" if EMBTK_LINUX_VERSION_3_2_4
default "3.2.3" if EMBTK_LINUX_VERSION_3_2_3