Add latest kernel versions (Robert P. J. DAY).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Feb 14 22:42:37 2008 +0000 (2008-02-14)
changeset 423656d929db867
parent 422 dcc13bf07ba6
child 424 8056e0db5c4a
Add latest kernel versions (Robert P. J. DAY).
config/kernel_linux_headers_install.in
docs/CREDITS
     1.1 --- a/config/kernel_linux_headers_install.in	Thu Feb 14 22:34:19 2008 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Thu Feb 14 22:42:37 2008 +0000
     1.3 @@ -85,6 +85,20 @@
     1.4      prompt "2.6.23.1"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_24
     1.8 +    bool
     1.9 +    prompt "2.6.24"
    1.10 +
    1.11 +config KERNEL_INSTALL_V_2_6_24_1
    1.12 +    bool
    1.13 +    prompt "2.6.24.1"
    1.14 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.15 +
    1.16 +config KERNEL_INSTALL_V_2_6_24_2
    1.17 +    bool
    1.18 +    prompt "2.6.24.2"
    1.19 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.20 +
    1.21  # CT_INSERT_VERSION_ABOVE
    1.22  # Don't remove above line!
    1.23  endchoice
    1.24 @@ -108,6 +122,9 @@
    1.25      default "2.6.22.10" if KERNEL_INSTALL_V_2_6_22_10
    1.26      default "2.6.23" if KERNEL_INSTALL_V_2_6_23
    1.27      default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
    1.28 +    default "2.6.24" if KERNEL_INSTALL_V_2_6_24
    1.29 +    default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1
    1.30 +    default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2
    1.31  # CT_INSERT_VERSION_STRING_ABOVE
    1.32  # Don't remove above line!
    1.33  
     2.1 --- a/docs/CREDITS	Thu Feb 14 22:34:19 2008 +0000
     2.2 +++ b/docs/CREDITS	Thu Feb 14 22:42:37 2008 +0000
     2.3 @@ -22,6 +22,7 @@
     2.4      - some small improvements to the configurator, misc prompting glitches
     2.5      - 'sanitised' patches for binutils-2.17
     2.6      - patches for glibc-2.5
     2.7 +    - misc patches, typos and eye candy
     2.8  
     2.9    Al Stone:
    2.10      - initial ia64 support