kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Jun 11 21:50:11 2012 +0200 (2012-06-11)
changeset 2993ddc327ebaef2
parent 2992 e31a3bfdf863
child 2994 11610a968fd0
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sun Jun 10 23:51:40 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Jun 11 21:50:11 2012 +0200
     1.3 @@ -26,25 +26,33 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_4_2
     1.8 +    bool
     1.9 +    prompt "3.4.2"
    1.10 +
    1.11 +config KERNEL_V_3_4_1
    1.12 +    bool
    1.13 +    prompt "3.4.1"
    1.14 +
    1.15  config KERNEL_V_3_4
    1.16      bool
    1.17      prompt "3.4"
    1.18  
    1.19 -config KERNEL_V_3_3_7
    1.20 +config KERNEL_V_3_3_8
    1.21      bool
    1.22 -    prompt "3.3.7"
    1.23 +    prompt "3.3.8"
    1.24  
    1.25 -config KERNEL_V_3_2_18
    1.26 +config KERNEL_V_3_2_20
    1.27      bool
    1.28 -    prompt "3.2.18"
    1.29 +    prompt "3.2.20"
    1.30  
    1.31  config KERNEL_V_3_1_10
    1.32      bool
    1.33      prompt "3.1.10"
    1.34  
    1.35 -config KERNEL_V_3_0_32
    1.36 +config KERNEL_V_3_0_34
    1.37      bool
    1.38 -    prompt "3.0.32"
    1.39 +    prompt "3.0.34"
    1.40  
    1.41  config KERNEL_V_2_6_39_4
    1.42      bool
    1.43 @@ -135,11 +143,13 @@
    1.44      string
    1.45  # Don't remove next line
    1.46  # CT_INSERT_VERSION_STRING_BELOW
    1.47 +    default "3.4.2" if KERNEL_V_3_4_2
    1.48 +    default "3.4.1" if KERNEL_V_3_4_1
    1.49      default "3.4" if KERNEL_V_3_4
    1.50 -    default "3.3.7" if KERNEL_V_3_3_7
    1.51 -    default "3.2.18" if KERNEL_V_3_2_18
    1.52 +    default "3.3.8" if KERNEL_V_3_3_8
    1.53 +    default "3.2.20" if KERNEL_V_3_2_20
    1.54      default "3.1.10" if KERNEL_V_3_1_10
    1.55 -    default "3.0.32" if KERNEL_V_3_0_32
    1.56 +    default "3.0.34" if KERNEL_V_3_0_34
    1.57      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.58      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.59      default "2.6.37.6" if KERNEL_V_2_6_37_6