Add latest Linux kernel versions.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jun 25 20:56:50 2008 +0000 (2008-06-25)
changeset 621e2c8f427c140
parent 620 af527ad27444
child 622 259d3b95bfad
Add latest Linux kernel versions.

/trunk/config/kernel/linux_headers_install.in | 12 12 0 0 ++++++++++++
1 file changed, 12 insertions(+)
config/kernel/linux_headers_install.in
     1.1 --- a/config/kernel/linux_headers_install.in	Wed Jun 25 14:06:49 2008 +0000
     1.2 +++ b/config/kernel/linux_headers_install.in	Wed Jun 25 20:56:50 2008 +0000
     1.3 @@ -110,6 +110,16 @@
     1.4      prompt "2.6.25.7"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_25_8
     1.8 +    bool
     1.9 +    prompt "2.6.25.8"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12 +config KERNEL_INSTALL_V_2_6_25_9
    1.13 +    bool
    1.14 +    prompt "2.6.25.9"
    1.15 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.16 +
    1.17  # CT_INSERT_VERSION_ABOVE
    1.18  # Don't remove above line!
    1.19  endchoice
    1.20 @@ -138,6 +148,8 @@
    1.21      default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5
    1.22      default "2.6.25.6" if KERNEL_INSTALL_V_2_6_25_6
    1.23      default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
    1.24 +    default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
    1.25 +    default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
    1.26  # CT_INSERT_VERSION_STRING_ABOVE
    1.27  # Don't remove above line!
    1.28