From a57d85814987b1a38aebffd175af9054ea1659ac Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 31 Mar 2007 19:45:25 +0000 Subject: 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 --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 -- cgit v0.10.2-6-g49f6