Add linux 2.6.21 and 2.6.21.1 for headers_install.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 01 09:09:30 2007 +0000 (2007-05-01)
changeset 517faec10341f1
parent 50 db48fd40bdb9
child 52 b3a10165fe36
Add linux 2.6.21 and 2.6.21.1 for headers_install.
config/kernel_linux_headers_install.in
     1.1 --- a/config/kernel_linux_headers_install.in	Tue May 01 09:03:40 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Tue May 01 09:09:30 2007 +0000
     1.3 @@ -89,6 +89,15 @@
     1.4      prompt "2.6.20.7"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_21
     1.8 +    bool
     1.9 +    prompt "2.6.21"
    1.10 +
    1.11 +config KERNEL_INSTALL_V_2_6_21_1
    1.12 +    bool
    1.13 +    prompt "2.6.21.1"
    1.14 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.15 +
    1.16  # CT_INSERT_VERSION_ABOVE
    1.17  # Don't remove above line!
    1.18  endchoice
    1.19 @@ -113,5 +122,7 @@
    1.20      default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
    1.21      default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
    1.22      default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
    1.23 +    default "2.6.21" if KERNEL_INSTALL_V_2_6_21
    1.24 +    default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
    1.25  # CT_INSERT_VERSION_STRING_ABOVE
    1.26  # Don't remove above line!