Add latest linux kernel 2.6.25.10.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 03 08:56:30 2008 +0000 (2008-07-03)
changeset 638807124c3c3cb
parent 637 5ad74f579677
child 639 d03546ec1f57
Add latest linux kernel 2.6.25.10.

/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
config/kernel/linux_headers_install.in
     1.1 --- a/config/kernel/linux_headers_install.in	Wed Jul 02 13:12:30 2008 +0000
     1.2 +++ b/config/kernel/linux_headers_install.in	Thu Jul 03 08:56:30 2008 +0000
     1.3 @@ -120,6 +120,11 @@
     1.4      prompt "2.6.25.9"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_25_10
     1.8 +    bool
     1.9 +    prompt "2.6.25.10"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12  # CT_INSERT_VERSION_ABOVE
    1.13  # Don't remove above line!
    1.14  endchoice
    1.15 @@ -150,6 +155,7 @@
    1.16      default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
    1.17      default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
    1.18      default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
    1.19 +    default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!
    1.22