config/kernel/linux_headers_install.in
changeset 638 807124c3c3cb
parent 621 e2c8f427c140
child 670 fd6a9a8055cb
     1.1 --- a/config/kernel/linux_headers_install.in	Wed Jun 25 20:56:50 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