summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-31 19:45:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-31 19:45:25 (GMT)
commita57d85814987b1a38aebffd175af9054ea1659ac (patch)
treebcabeab43eebaf519a373b4026138cac9d344a0c
parentf6b21895caaad15b798b59aa7b1067e34efa7b4c (diff)
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
Fix typo in comment: qbove -> above.
-rw-r--r--config/binutils.in24
-rw-r--r--config/kernel_linux_headers_install.in18
-rw-r--r--config/libc_glibc.in2
-rw-r--r--config/libc_uClibc.in2
4 files changed, 42 insertions, 4 deletions
diff --git a/config/binutils.in b/config/binutils.in
index e91b64e..24889fd 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -93,8 +93,24 @@ config BINUTILS_V_2_17_50_0_10
bool
prompt "2.17.50.0.10"
+config BINUTILS_V_2_17_50_0_11
+ bool
+ prompt "2.17.50.0.11"
+
+config BINUTILS_V_2_17_50_0_12
+ bool
+ prompt "2.17.50.0.12"
+
+config BINUTILS_V_2_17_50_0_13
+ bool
+ prompt "2.17.50.0.13"
+
+config BINUTILS_V_2_17_50_0_14
+ bool
+ prompt "2.17.50.0.14"
+
# CT_INSERT_VERSION_ABOVE
-# Don't remove qbove line!
+# Don't remove above line!
endchoice
config BINUTILS_VERSION
@@ -120,8 +136,12 @@ config BINUTILS_VERSION
default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
+ default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
+ default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
+ default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
+ default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove qbove line!
+# Don't remove above line!
config BINUTILS_EXTRA_CONFIG
string
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 00cb485..3f8686f 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -59,6 +59,21 @@ config KERNEL_INSTALL_V_2_6_20_1
prompt "2.6.20.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_20_2
+ bool
+ prompt "2.6.20.2"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_20_3
+ bool
+ prompt "2.6.20.3"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_20_4
+ bool
+ prompt "2.6.20.4"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -77,5 +92,8 @@ config KERNEL_VERSION
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
+ default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
+ default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
+ default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index 7957a1a..74892db 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -89,7 +89,7 @@ config LIBC_V_2_5
prompt "2.5"
# CT_INSERT_VERSION_ABOVE
-# Don't remove qbove line!
+# Don't remove above line!
endchoice
config LIBC_VERSION
diff --git a/config/libc_uClibc.in b/config/libc_uClibc.in
index 335a17e..d7126aa 100644
--- a/config/libc_uClibc.in
+++ b/config/libc_uClibc.in
@@ -51,7 +51,7 @@ config LIBC_VERSION
default "0.9.28.2" if LIBC_V_0_9_28_2
default "0.9.28.3" if LIBC_V_0_9_28_3
# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove qbove line!
+# Don't remove above line!
choice
bool