summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-07 21:36:43 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-07 21:36:43 +0200
commit40620b287379eecc49a1eee3e5077f916b4cab4c (patch)
tree6fab4a31a65293ad5cef756133cb5be1b96e94a1
parentd85edf63fb70718f2cc6c06c226d44c1327f038f (diff)
downloadembtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.gz
embtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.bz2
embtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.xz
Toolchain: linux-headers: update 2.6.{27,31,32,33,34}.x to latest
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig33
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig30
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig9
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.33.kconfig9
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.34.kconfig9
5 files changed, 55 insertions, 35 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index d8acd59..e79b04a 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file linux-2.6.27.kconfig
# \brief linux v2.6.27.x series
-# \author GAYE Abdoulaye Walsimou <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date Sept 2009
################################################################################
@@ -27,6 +28,10 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_48
+ bool "linux-2.6.27.48"
+ config EMBTK_LINUX_VERSION_2_6_27_47
+ bool "linux-2.6.27.47"
config EMBTK_LINUX_VERSION_2_6_27_46
bool "linux-2.6.27.46"
config EMBTK_LINUX_VERSION_2_6_27_45
@@ -123,6 +128,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.48" if EMBTK_LINUX_VERSION_2_6_27_48
+ default "2.6.27.47" if EMBTK_LINUX_VERSION_2_6_27_47
default "2.6.27.46" if EMBTK_LINUX_VERSION_2_6_27_46
default "2.6.27.45" if EMBTK_LINUX_VERSION_2_6_27_45
default "2.6.27.44" if EMBTK_LINUX_VERSION_2_6_27_44
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index 0c1d3ea..f532515 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file linux-2.6.31.kconfig
# \brief linux v2.6.31.x series
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
@@ -27,6 +28,8 @@ choice
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_14
+ bool "linux-2.6.31.14"
config EMBTK_LINUX_VERSION_2_6_31_13
bool "linux-2.6.31.13"
config EMBTK_LINUX_VERSION_2_6_31_12
@@ -59,6 +62,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.14" if EMBTK_LINUX_VERSION_2_6_31_14
default "2.6.31.13" if EMBTK_LINUX_VERSION_2_6_31_13
default "2.6.31.12" if EMBTK_LINUX_VERSION_2_6_31_12
default "2.6.31.11" if EMBTK_LINUX_VERSION_2_6_31_11
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index 8359e6a..d13ad91 100644
--- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# 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
@@ -19,7 +19,7 @@
#
# \file linux-2.6.32.kconfig
# \brief linux v2.6.32.x series
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date December 2009
################################################################################
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.32.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_32_16
+ bool "linux-2.6.32.16"
config EMBTK_LINUX_VERSION_2_6_32_15
bool "linux-2.6.32.15"
config EMBTK_LINUX_VERSION_2_6_32_14
@@ -64,6 +66,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.32.16" if EMBTK_LINUX_VERSION_2_6_32_16
default "2.6.32.15" if EMBTK_LINUX_VERSION_2_6_32_15
default "2.6.32.14" if EMBTK_LINUX_VERSION_2_6_32_14
default "2.6.32.13" if EMBTK_LINUX_VERSION_2_6_32_13
diff --git a/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
index 118ca17..ee02f21 100644
--- a/kconfig/linux-kconfigs/linux-2.6.33.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# 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
@@ -19,7 +19,7 @@
#
# \file linux-2.6.33.kconfig
# \brief linux v2.6.33.x series
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.33.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_33_6
+ bool "linux-2.6.33.6"
config EMBTK_LINUX_VERSION_2_6_33_5
bool "linux-2.6.33.5"
config EMBTK_LINUX_VERSION_2_6_33_4
@@ -44,6 +46,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.33.6" if EMBTK_LINUX_VERSION_2_6_33_6
default "2.6.33.5" if EMBTK_LINUX_VERSION_2_6_33_5
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
diff --git a/kconfig/linux-kconfigs/linux-2.6.34.kconfig b/kconfig/linux-kconfigs/linux-2.6.34.kconfig
index 3b06449..82ee7cb 100644
--- a/kconfig/linux-kconfigs/linux-2.6.34.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.34.kconfig
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# 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
@@ -19,7 +19,7 @@
#
# \file linux-2.6.34.kconfig
# \brief linux v2.6.34.x series
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2010
################################################################################
@@ -28,11 +28,14 @@ choice
help
Linux v2.6.34.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_34_1
+ bool "linux-2.6.34.1"
config EMBTK_LINUX_VERSION_2_6_34
bool "linux-2.6.34"
endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.34.1" if EMBTK_LINUX_VERSION_2_6_34_1
default "2.6.34" if EMBTK_LINUX_VERSION_2_6_34