kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat May 21 12:38:52 2011 +0200 (2011-05-21)
changeset 2473f3f2fa66706b
parent 2469 3b08a7927e55
child 2474 230d50dd2323
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Wed May 18 23:42:57 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Sat May 21 12:38:52 2011 +0200
     1.3 @@ -38,6 +38,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_39
     1.8 +    bool
     1.9 +    prompt "2.6.39"
    1.10 +
    1.11 +config KERNEL_V_2_6_38_6
    1.12 +    bool
    1.13 +    prompt "2.6.38.6"
    1.14 +
    1.15 +config KERNEL_V_2_6_38_5
    1.16 +    bool
    1.17 +    prompt "2.6.38.5"
    1.18 +
    1.19  config KERNEL_V_2_6_38_4
    1.20      bool
    1.21      prompt "2.6.38.4"
    1.22 @@ -89,13 +101,13 @@
    1.23      bool
    1.24      prompt "2.6.34.9"
    1.25  
    1.26 -config KERNEL_V_2_6_33_12
    1.27 +config KERNEL_V_2_6_33_13
    1.28      bool
    1.29 -    prompt "2.6.33.12"
    1.30 +    prompt "2.6.33.13"
    1.31  
    1.32 -config KERNEL_V_2_6_32_39
    1.33 +config KERNEL_V_2_6_32_40
    1.34      bool
    1.35 -    prompt "2.6.32.39 (longterm)"
    1.36 +    prompt "2.6.32.40 (longterm)"
    1.37      help
    1.38        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.39        
    1.40 @@ -116,9 +128,9 @@
    1.41      bool
    1.42      prompt "2.6.31.14"
    1.43  
    1.44 -config KERNEL_V_2_6_27_58
    1.45 +config KERNEL_V_2_6_27_59
    1.46      bool
    1.47 -    prompt "2.6.27.58 (longterm)"
    1.48 +    prompt "2.6.27.59 (longterm)"
    1.49      help
    1.50        The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.51        
    1.52 @@ -157,6 +169,9 @@
    1.53      string
    1.54  # Don't remove next line
    1.55  # CT_INSERT_VERSION_STRING_BELOW
    1.56 +    default "2.6.39" if KERNEL_V_2_6_39
    1.57 +    default "2.6.38.6" if KERNEL_V_2_6_38_6
    1.58 +    default "2.6.38.5" if KERNEL_V_2_6_38_5
    1.59      default "2.6.38.4" if KERNEL_V_2_6_38_4
    1.60      default "2.6.38.3" if KERNEL_V_2_6_38_3
    1.61      default "2.6.38.2" if KERNEL_V_2_6_38_2
    1.62 @@ -166,10 +181,10 @@
    1.63      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.64      default "2.6.35.13" if KERNEL_V_2_6_35_13
    1.65      default "2.6.34.9" if KERNEL_V_2_6_34_9
    1.66 -    default "2.6.33.12" if KERNEL_V_2_6_33_12
    1.67 -    default "2.6.32.39" if KERNEL_V_2_6_32_39
    1.68 +    default "2.6.33.13" if KERNEL_V_2_6_33_13
    1.69 +    default "2.6.32.40" if KERNEL_V_2_6_32_40
    1.70      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.71 -    default "2.6.27.58" if KERNEL_V_2_6_27_58
    1.72 +    default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.73  
    1.74  endif # KERNEL_LINUX_INSTALL
    1.75