Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 30 19:17:06 2007 +0000 (2007-10-30)
changeset 4072e96797201e5
parent 406 c33f2e996017
child 408 6c6eeb6a6936
Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.
config/kernel_linux_headers_install.in
     1.1 --- a/config/kernel_linux_headers_install.in	Tue Oct 30 19:15:45 2007 +0000
     1.2 +++ b/config/kernel_linux_headers_install.in	Tue Oct 30 19:17:06 2007 +0000
     1.3 @@ -71,6 +71,20 @@
     1.4      prompt "2.6.22.9"
     1.5      depends on KERNEL_VERSION_SEE_EXTRAVERSION
     1.6  
     1.7 +config KERNEL_INSTALL_V_2_6_22_10
     1.8 +    bool
     1.9 +    prompt "2.6.22.10"
    1.10 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.11 +
    1.12 +config KERNEL_INSTALL_V_2_6_23
    1.13 +    bool
    1.14 +    prompt "2.6.23"
    1.15 +
    1.16 +config KERNEL_INSTALL_V_2_6_23_1
    1.17 +    bool
    1.18 +    prompt "2.6.23.1"
    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 @@ -91,6 +105,9 @@
    1.25      default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
    1.26      default "2.6.22.8" if KERNEL_INSTALL_V_2_6_22_8
    1.27      default "2.6.22.9" if KERNEL_INSTALL_V_2_6_22_9
    1.28 +    default "2.6.22.10" if KERNEL_INSTALL_V_2_6_22_10
    1.29 +    default "2.6.23" if KERNEL_INSTALL_V_2_6_23
    1.30 +    default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
    1.31  # CT_INSERT_VERSION_STRING_ABOVE
    1.32  # Don't remove above line!
    1.33