kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Jan 07 00:58:13 2013 +0100 (2013-01-07)
changeset 3155d988235eab7b
parent 3154 5d3c8b601af3
child 3156 006736cdb4e5
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	Thu Dec 27 12:42:42 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Mon Jan 07 00:58:13 2013 +0100
     1.3 @@ -26,37 +26,41 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_7_1
     1.8 +    bool
     1.9 +    prompt "3.7.1"
    1.10 +
    1.11  config KERNEL_V_3_7
    1.12      bool
    1.13      prompt "3.7"
    1.14  
    1.15 -config KERNEL_V_3_6_10
    1.16 +config KERNEL_V_3_6_11
    1.17      bool
    1.18 -    prompt "3.6.10"
    1.19 +    prompt "3.6.11"
    1.20  
    1.21  config KERNEL_V_3_5_7
    1.22      bool
    1.23      prompt "3.5.7"
    1.24  
    1.25 -config KERNEL_V_3_4_23
    1.26 +config KERNEL_V_3_4_24
    1.27      bool
    1.28 -    prompt "3.4.23"
    1.29 +    prompt "3.4.24"
    1.30  
    1.31  config KERNEL_V_3_3_8
    1.32      bool
    1.33      prompt "3.3.8"
    1.34  
    1.35 -config KERNEL_V_3_2_35
    1.36 +config KERNEL_V_3_2_36
    1.37      bool
    1.38 -    prompt "3.2.35"
    1.39 +    prompt "3.2.36"
    1.40  
    1.41  config KERNEL_V_3_1_10
    1.42      bool
    1.43      prompt "3.1.10"
    1.44  
    1.45 -config KERNEL_V_3_0_56
    1.46 +config KERNEL_V_3_0_57
    1.47      bool
    1.48 -    prompt "3.0.56"
    1.49 +    prompt "3.0.57"
    1.50  
    1.51  config KERNEL_V_2_6_39_4
    1.52      bool
    1.53 @@ -147,14 +151,15 @@
    1.54      string
    1.55  # Don't remove next line
    1.56  # CT_INSERT_VERSION_STRING_BELOW
    1.57 +    default "3.7.1" if KERNEL_V_3_7_1
    1.58      default "3.7" if KERNEL_V_3_7
    1.59 -    default "3.6.10" if KERNEL_V_3_6_10
    1.60 +    default "3.6.11" if KERNEL_V_3_6_11
    1.61      default "3.5.7" if KERNEL_V_3_5_7
    1.62 -    default "3.4.23" if KERNEL_V_3_4_23
    1.63 +    default "3.4.24" if KERNEL_V_3_4_24
    1.64      default "3.3.8" if KERNEL_V_3_3_8
    1.65 -    default "3.2.35" if KERNEL_V_3_2_35
    1.66 +    default "3.2.36" if KERNEL_V_3_2_36
    1.67      default "3.1.10" if KERNEL_V_3_1_10
    1.68 -    default "3.0.56" if KERNEL_V_3_0_56
    1.69 +    default "3.0.57" if KERNEL_V_3_0_57
    1.70      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.71      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.72      default "2.6.37.6" if KERNEL_V_2_6_37_6