kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Mar 17 19:58:08 2010 +0100 (2010-03-17)
changeset 18402abad517a563
parent 1839 2548f6f333da
child 1841 8aa54bcb9b7d
kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Mar 16 23:10:46 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Wed Mar 17 19:58:08 2010 +0100
     1.3 @@ -34,13 +34,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_33_1
     1.8 +    bool
     1.9 +    prompt "2.6.33.1"
    1.10 +
    1.11  config KERNEL_V_2_6_33
    1.12      bool
    1.13      prompt "2.6.33"
    1.14  
    1.15 -config KERNEL_V_2_6_32_9
    1.16 +config KERNEL_V_2_6_32_10
    1.17      bool
    1.18 -    prompt "2.6.32.9"
    1.19 +    prompt "2.6.32.10"
    1.20  
    1.21  config KERNEL_V_2_6_31_12
    1.22      bool
    1.23 @@ -83,8 +87,9 @@
    1.24      string
    1.25  # Don't remove next line
    1.26  # CT_INSERT_VERSION_STRING_BELOW
    1.27 +    default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.28      default "2.6.33" if KERNEL_V_2_6_33
    1.29 -    default "2.6.32.9" if KERNEL_V_2_6_32_9
    1.30 +    default "2.6.32.10" if KERNEL_V_2_6_32_10
    1.31      default "2.6.31.12" if KERNEL_V_2_6_31_12
    1.32      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.33      default "2.6.29.6" if KERNEL_V_2_6_29_6