kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Jul 23 14:06:25 2012 +0200 (2012-07-23)
changeset 30171175e884f5cf
parent 3016 f9cb73351e01
child 3018 7776e8369284
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <c626b7332f2b92478fda.1343045360@advdt005-ubuntu>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Jul 12 22:38:10 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Jul 23 14:06:25 2012 +0200
     1.3 @@ -26,37 +26,29 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_4_3
     1.8 +config KERNEL_V_3_5
     1.9      bool
    1.10 -    prompt "3.4.3"
    1.11 +    prompt "3.5"
    1.12  
    1.13 -config KERNEL_V_3_4_2
    1.14 +config KERNEL_V_3_4_6
    1.15      bool
    1.16 -    prompt "3.4.2"
    1.17 -
    1.18 -config KERNEL_V_3_4_1
    1.19 -    bool
    1.20 -    prompt "3.4.1"
    1.21 -
    1.22 -config KERNEL_V_3_4
    1.23 -    bool
    1.24 -    prompt "3.4"
    1.25 +    prompt "3.4.6"
    1.26  
    1.27  config KERNEL_V_3_3_8
    1.28      bool
    1.29      prompt "3.3.8"
    1.30  
    1.31 -config KERNEL_V_3_2_20
    1.32 +config KERNEL_V_3_2_23
    1.33      bool
    1.34 -    prompt "3.2.20"
    1.35 +    prompt "3.2.23"
    1.36  
    1.37  config KERNEL_V_3_1_10
    1.38      bool
    1.39      prompt "3.1.10"
    1.40  
    1.41 -config KERNEL_V_3_0_35
    1.42 +config KERNEL_V_3_0_38
    1.43      bool
    1.44 -    prompt "3.0.35"
    1.45 +    prompt "3.0.38"
    1.46  
    1.47  config KERNEL_V_2_6_39_4
    1.48      bool
    1.49 @@ -147,14 +139,12 @@
    1.50      string
    1.51  # Don't remove next line
    1.52  # CT_INSERT_VERSION_STRING_BELOW
    1.53 -    default "3.4.3" if KERNEL_V_3_4_3
    1.54 -    default "3.4.2" if KERNEL_V_3_4_2
    1.55 -    default "3.4.1" if KERNEL_V_3_4_1
    1.56 -    default "3.4" if KERNEL_V_3_4
    1.57 +    default "3.5" if KERNEL_V_3_5
    1.58 +    default "3.4.6" if KERNEL_V_3_4_6
    1.59      default "3.3.8" if KERNEL_V_3_3_8
    1.60 -    default "3.2.20" if KERNEL_V_3_2_20
    1.61 +    default "3.2.23" if KERNEL_V_3_2_23
    1.62      default "3.1.10" if KERNEL_V_3_1_10
    1.63 -    default "3.0.35" if KERNEL_V_3_0_35
    1.64 +    default "3.0.38" if KERNEL_V_3_0_38
    1.65      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.66      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.67      default "2.6.37.6" if KERNEL_V_2_6_37_6