kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.x
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Feb 28 11:34:54 2010 +0100 (2010-02-28)
changeset 1818533e48e6aa9e
parent 1817 c9654a027900
child 1819 66fcfb3d6745
kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.x
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sun Feb 28 10:19:13 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Sun Feb 28 11:34:54 2010 +0100
     1.3 @@ -34,41 +34,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_2_6_32_8
     1.8 +config KERNEL_V_2_6_33
     1.9      bool
    1.10 -    prompt "2.6.32.8"
    1.11 +    prompt "2.6.33"
    1.12  
    1.13 -config KERNEL_V_2_6_32_7
    1.14 +config KERNEL_V_2_6_32_9
    1.15      bool
    1.16 -    prompt "2.6.32.7"
    1.17 -
    1.18 -config KERNEL_V_2_6_32_6
    1.19 -    bool
    1.20 -    prompt "2.6.32.6"
    1.21 -
    1.22 -config KERNEL_V_2_6_32_5
    1.23 -    bool
    1.24 -    prompt "2.6.32.5"
    1.25 -
    1.26 -config KERNEL_V_2_6_32_4
    1.27 -    bool
    1.28 -    prompt "2.6.32.4"
    1.29 -
    1.30 -config KERNEL_V_2_6_32_3
    1.31 -    bool
    1.32 -    prompt "2.6.32.3"
    1.33 -
    1.34 -config KERNEL_V_2_6_32_2
    1.35 -    bool
    1.36 -    prompt "2.6.32.2"
    1.37 -
    1.38 -config KERNEL_V_2_6_32_1
    1.39 -    bool
    1.40 -    prompt "2.6.32.1"
    1.41 -
    1.42 -config KERNEL_V_2_6_32
    1.43 -    bool
    1.44 -    prompt "2.6.32"
    1.45 +    prompt "2.6.32.9"
    1.46  
    1.47  config KERNEL_V_2_6_31_12
    1.48      bool
    1.49 @@ -111,15 +83,8 @@
    1.50      string
    1.51  # Don't remove next line
    1.52  # CT_INSERT_VERSION_STRING_BELOW
    1.53 -    default "2.6.32.8" if KERNEL_V_2_6_32_8
    1.54 -    default "2.6.32.7" if KERNEL_V_2_6_32_7
    1.55 -    default "2.6.32.6" if KERNEL_V_2_6_32_6
    1.56 -    default "2.6.32.5" if KERNEL_V_2_6_32_5
    1.57 -    default "2.6.32.4" if KERNEL_V_2_6_32_4
    1.58 -    default "2.6.32.3" if KERNEL_V_2_6_32_3
    1.59 -    default "2.6.32.2" if KERNEL_V_2_6_32_2
    1.60 -    default "2.6.32.1" if KERNEL_V_2_6_32_1
    1.61 -    default "2.6.32" if KERNEL_V_2_6_32
    1.62 +    default "2.6.33" if KERNEL_V_2_6_33
    1.63 +    default "2.6.32.9" if KERNEL_V_2_6_32_9
    1.64      default "2.6.31.12" if KERNEL_V_2_6_31_12
    1.65      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.66      default "2.6.29.6" if KERNEL_V_2_6_29_6