Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Mar 31 19:45:25 2007 +0000 (2007-03-31)
changeset 223b50052c0586
parent 21 96ae23f0b5db
child 23 78d0b570baf7
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.
config/binutils.in
config/kernel_linux_headers_install.in
config/libc_glibc.in
config/libc_uClibc.in
     1.1 --- a/config/binutils.in	Wed Mar 21 21:04:31 2007 +0000
     1.2 +++ b/config/binutils.in	Sat Mar 31 19:45:25 2007 +0000
     1.3 @@ -93,8 +93,24 @@
     1.4      bool
     1.5      prompt "2.17.50.0.10"
     1.6  
     1.7 +config BINUTILS_V_2_17_50_0_11
     1.8 +    bool
     1.9 +    prompt "2.17.50.0.11"
    1.10 +
    1.11 +config BINUTILS_V_2_17_50_0_12
    1.12 +    bool
    1.13 +    prompt "2.17.50.0.12"
    1.14 +
    1.15 +config BINUTILS_V_2_17_50_0_13
    1.16 +    bool
    1.17 +    prompt "2.17.50.0.13"
    1.18 +
    1.19 +config BINUTILS_V_2_17_50_0_14
    1.20 +    bool
    1.21 +    prompt "2.17.50.0.14"
    1.22 +
    1.23  # CT_INSERT_VERSION_ABOVE
    1.24 -# Don't remove qbove line!
    1.25 +# Don't remove above line!
    1.26  endchoice
    1.27  
    1.28  config BINUTILS_VERSION
    1.29 @@ -120,8 +136,12 @@
    1.30      default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
    1.31      default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
    1.32      default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
    1.33 +    default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
    1.34 +    default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
    1.35 +    default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
    1.36 +    default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
    1.37  # CT_INSERT_VERSION_STRING_ABOVE
    1.38 -# Don't remove qbove line!
    1.39 +# Don't remove above line!
    1.40  
    1.41  config BINUTILS_EXTRA_CONFIG
    1.42      string
     2.1 --- a/config/kernel_linux_headers_install.in	Wed Mar 21 21:04:31 2007 +0000
     2.2 +++ b/config/kernel_linux_headers_install.in	Sat Mar 31 19:45:25 2007 +0000
     2.3 @@ -59,6 +59,21 @@
     2.4      prompt "2.6.20.1"
     2.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     2.6  
     2.7 +config KERNEL_INSTALL_V_2_6_20_2
     2.8 +    bool
     2.9 +    prompt "2.6.20.2"
    2.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    2.11 +
    2.12 +config KERNEL_INSTALL_V_2_6_20_3
    2.13 +    bool
    2.14 +    prompt "2.6.20.3"
    2.15 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    2.16 +
    2.17 +config KERNEL_INSTALL_V_2_6_20_4
    2.18 +    bool
    2.19 +    prompt "2.6.20.4"
    2.20 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    2.21 +
    2.22  # CT_INSERT_VERSION_ABOVE
    2.23  # Don't remove above line!
    2.24  endchoice
    2.25 @@ -77,5 +92,8 @@
    2.26      default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
    2.27      default "2.6.20" if KERNEL_INSTALL_V_2_6_20
    2.28      default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
    2.29 +    default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
    2.30 +    default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
    2.31 +    default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
    2.32  # CT_INSERT_VERSION_STRING_ABOVE
    2.33  # Don't remove above line!
     3.1 --- a/config/libc_glibc.in	Wed Mar 21 21:04:31 2007 +0000
     3.2 +++ b/config/libc_glibc.in	Sat Mar 31 19:45:25 2007 +0000
     3.3 @@ -89,7 +89,7 @@
     3.4      prompt "2.5"
     3.5  
     3.6  # CT_INSERT_VERSION_ABOVE
     3.7 -# Don't remove qbove line!
     3.8 +# Don't remove above line!
     3.9  endchoice
    3.10  
    3.11  config LIBC_VERSION
     4.1 --- a/config/libc_uClibc.in	Wed Mar 21 21:04:31 2007 +0000
     4.2 +++ b/config/libc_uClibc.in	Sat Mar 31 19:45:25 2007 +0000
     4.3 @@ -51,7 +51,7 @@
     4.4      default "0.9.28.2" if LIBC_V_0_9_28_2
     4.5      default "0.9.28.3" if LIBC_V_0_9_28_3
     4.6  # CT_INSERT_VERSION_STRING_ABOVE
     4.7 -# Don't remove qbove line!
     4.8 +# Don't remove above line!
     4.9  
    4.10  choice
    4.11      bool