Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 10 15:04:33 2007 +0000 (2007-04-10)
changeset 24b83d8c1afd79
parent 23 78d0b570baf7
child 25 b1d9951b9933
Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
config/kernel_linux_headers_install.in
     1.1 --- a/config/kernel_linux_headers_install.in	Tue Apr 10 14:55:15 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Tue Apr 10 15:04:33 2007 +0000
     1.3 @@ -74,6 +74,16 @@
     1.4      prompt "2.6.20.4"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_20_5
     1.8 +    bool
     1.9 +    prompt "2.6.20.5"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12 +config KERNEL_INSTALL_V_2_6_20_6
    1.13 +    bool
    1.14 +    prompt "2.6.20.6"
    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 @@ -95,5 +105,7 @@
    1.21      default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
    1.22      default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
    1.23      default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
    1.24 +    default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
    1.25 +    default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
    1.26  # CT_INSERT_VERSION_STRING_ABOVE
    1.27  # Don't remove above line!