# HG changeset patch # User "Yann E. MORIN" # Date 1175370325 0 # Node ID 3b50052c0586cf37ece25838df09b0fa0240c22e # Parent 96ae23f0b5dbd4116318dd5890ee2f0f5068e12d 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. diff -r 96ae23f0b5db -r 3b50052c0586 config/binutils.in --- a/config/binutils.in Wed Mar 21 21:04:31 2007 +0000 +++ b/config/binutils.in Sat Mar 31 19:45:25 2007 +0000 @@ -93,8 +93,24 @@ 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 @@ 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 -r 96ae23f0b5db -r 3b50052c0586 config/kernel_linux_headers_install.in --- a/config/kernel_linux_headers_install.in Wed Mar 21 21:04:31 2007 +0000 +++ b/config/kernel_linux_headers_install.in Sat Mar 31 19:45:25 2007 +0000 @@ -59,6 +59,21 @@ 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 @@ 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 -r 96ae23f0b5db -r 3b50052c0586 config/libc_glibc.in --- a/config/libc_glibc.in Wed Mar 21 21:04:31 2007 +0000 +++ b/config/libc_glibc.in Sat Mar 31 19:45:25 2007 +0000 @@ -89,7 +89,7 @@ prompt "2.5" # CT_INSERT_VERSION_ABOVE -# Don't remove qbove line! +# Don't remove above line! endchoice config LIBC_VERSION diff -r 96ae23f0b5db -r 3b50052c0586 config/libc_uClibc.in --- a/config/libc_uClibc.in Wed Mar 21 21:04:31 2007 +0000 +++ b/config/libc_uClibc.in Sat Mar 31 19:45:25 2007 +0000 @@ -51,7 +51,7 @@ 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