kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 21 23:17:45 2011 +0100 (2011-02-21)
changeset 231035bfdc30a613
parent 2309 2e0f0757289d
child 2311 b49767e8651b
kernel/linux: add latest versions

... and remove old versions.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sat Dec 18 22:55:56 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Mon Feb 21 23:17:45 2011 +0100
     1.3 @@ -24,29 +24,21 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_37.1
     1.8 +    bool
     1.9 +    prompt "2.6.37.1"
    1.10 +
    1.11  config KERNEL_V_2_6_37
    1.12      bool
    1.13      prompt "2.6.37"
    1.14  
    1.15 -config KERNEL_V_2_6_36_3
    1.16 +config KERNEL_V_2_6_36_4
    1.17      bool
    1.18 -    prompt "2.6.36.3"
    1.19 +    prompt "2.6.36.4"
    1.20  
    1.21 -config KERNEL_V_2_6_36_2
    1.22 +config KERNEL_V_2_6_35_11
    1.23      bool
    1.24 -    prompt "2.6.36.2"
    1.25 -
    1.26 -config KERNEL_V_2_6_36_1
    1.27 -    bool
    1.28 -    prompt "2.6.36.1"
    1.29 -
    1.30 -config KERNEL_V_2_6_36
    1.31 -    bool
    1.32 -    prompt "2.6.36"
    1.33 -
    1.34 -config KERNEL_V_2_6_35_10
    1.35 -    bool
    1.36 -    prompt "2.6.35.10 (longterm)"
    1.37 +    prompt "2.6.35.11 (longterm)"
    1.38      help
    1.39        The Linux 2.6.35 tree is a "longterm" maintenance branch.
    1.40        
    1.41 @@ -71,9 +63,9 @@
    1.42      bool
    1.43      prompt "2.6.33.7"
    1.44  
    1.45 -config KERNEL_V_2_6_32_28
    1.46 +config KERNEL_V_2_6_32_29
    1.47      bool
    1.48 -    prompt "2.6.32.28 (longterm)"
    1.49 +    prompt "2.6.32.29 (longterm)"
    1.50      help
    1.51        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.52        
    1.53 @@ -94,9 +86,9 @@
    1.54      bool
    1.55      prompt "2.6.31.14"
    1.56  
    1.57 -config KERNEL_V_2_6_27_57
    1.58 +config KERNEL_V_2_6_27_58
    1.59      bool
    1.60 -    prompt "2.6.27.57 (longterm)"
    1.61 +    prompt "2.6.27.58 (longterm)"
    1.62      help
    1.63        The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.64        
    1.65 @@ -135,17 +127,15 @@
    1.66      string
    1.67  # Don't remove next line
    1.68  # CT_INSERT_VERSION_STRING_BELOW
    1.69 +    default "2.6.37.1" if KERNEL_V_2_6_37_1
    1.70      default "2.6.37" if KERNEL_V_2_6_37
    1.71 -    default "2.6.36.3" if KERNEL_V_2_6_36_3
    1.72 -    default "2.6.36.2" if KERNEL_V_2_6_36_2
    1.73 -    default "2.6.36.1" if KERNEL_V_2_6_36_1
    1.74 -    default "2.6.36" if KERNEL_V_2_6_36
    1.75 -    default "2.6.35.10" if KERNEL_V_2_6_35_10
    1.76 +    default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.77 +    default "2.6.35.11" if KERNEL_V_2_6_35_11
    1.78      default "2.6.34.8" if KERNEL_V_2_6_34_8
    1.79      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.80 -    default "2.6.32.28" if KERNEL_V_2_6_32_28
    1.81 +    default "2.6.32.29" if KERNEL_V_2_6_32_29
    1.82      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.83 -    default "2.6.27.57" if KERNEL_V_2_6_27_57
    1.84 +    default "2.6.27.58" if KERNEL_V_2_6_27_58
    1.85  
    1.86  choice
    1.87      bool