# HG changeset patch # User "Yann E. MORIN" # Date 1203028957 0 # Node ID 656d929db8676f9f3e731b0f62c51a00027da268 # Parent dcc13bf07ba666e240bd50f24a34968682c5d31c Add latest kernel versions (Robert P. J. DAY). diff -r dcc13bf07ba6 -r 656d929db867 config/kernel_linux_headers_install.in --- a/config/kernel_linux_headers_install.in Thu Feb 14 22:34:19 2008 +0000 +++ b/config/kernel_linux_headers_install.in Thu Feb 14 22:42:37 2008 +0000 @@ -85,6 +85,20 @@ prompt "2.6.23.1" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_24 + bool + prompt "2.6.24" + +config KERNEL_INSTALL_V_2_6_24_1 + bool + prompt "2.6.24.1" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + +config KERNEL_INSTALL_V_2_6_24_2 + bool + prompt "2.6.24.2" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -108,6 +122,9 @@ default "2.6.22.10" if KERNEL_INSTALL_V_2_6_22_10 default "2.6.23" if KERNEL_INSTALL_V_2_6_23 default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1 + default "2.6.24" if KERNEL_INSTALL_V_2_6_24 + default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1 + default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! diff -r dcc13bf07ba6 -r 656d929db867 docs/CREDITS --- a/docs/CREDITS Thu Feb 14 22:34:19 2008 +0000 +++ b/docs/CREDITS Thu Feb 14 22:42:37 2008 +0000 @@ -22,6 +22,7 @@ - some small improvements to the configurator, misc prompting glitches - 'sanitised' patches for binutils-2.17 - patches for glibc-2.5 + - misc patches, typos and eye candy Al Stone: - initial ia64 support