config/kernel_linux_headers_install.in
changeset 425 548b7aa23385
parent 407 2e96797201e5
child 426 95ea1a41aa9d
     1.1 --- a/config/kernel_linux_headers_install.in	Tue Oct 30 19:17:06 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Thu Feb 14 22:44:34 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