Latest linux version for headers isntall.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 09 16:35:53 2008 +0000 (2008-06-09)
changeset 5479f8792fc3727
parent 546 0bf5637e0afd
child 548 3cd87bbfdf5a
Latest linux version for headers isntall.

/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	Mon Jun 09 16:35:21 2008 +0000
     1.2 +++ b/config/kernel/linux_headers_install.in	Mon Jun 09 16:35:53 2008 +0000
     1.3 @@ -95,6 +95,11 @@
     1.4      prompt "2.6.25.4"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_25_5
     1.8 +    bool
     1.9 +    prompt "2.6.25.5 (EXPERIMENTAL)"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION && EXPERIMENTAL
    1.11 +
    1.12  # CT_INSERT_VERSION_ABOVE
    1.13  # Don't remove above line!
    1.14  endchoice
    1.15 @@ -120,6 +125,7 @@
    1.16      default "2.6.25.2" if KERNEL_INSTALL_V_2_6_25_2
    1.17      default "2.6.25.3" if KERNEL_INSTALL_V_2_6_25_3
    1.18      default "2.6.25.4" if KERNEL_INSTALL_V_2_6_25_4
    1.19 +    default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!
    1.22