config/kernel_linux_headers_install.in
changeset 136 22b5ef41df97
parent 51 7faec10341f1
child 157 dce3a2ba6e71
     1.1 --- a/config/kernel_linux_headers_install.in	Tue May 01 09:09:30 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Sun May 27 20:22:06 2007 +0000
     1.3 @@ -98,6 +98,16 @@
     1.4      prompt "2.6.21.1"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_21_2
     1.8 +    bool
     1.9 +    prompt "2.6.21.2"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12 +config KERNEL_INSTALL_V_2_6_21_3
    1.13 +    bool
    1.14 +    prompt "2.6.21.3"
    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 @@ -124,5 +134,7 @@
    1.21      default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
    1.22      default "2.6.21" if KERNEL_INSTALL_V_2_6_21
    1.23      default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
    1.24 +    default "2.6.21.2" if KERNEL_INSTALL_V_2_6_21_2
    1.25 +    default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
    1.26  # CT_INSERT_VERSION_STRING_ABOVE
    1.27  # Don't remove above line!