kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Oct 11 16:11:35 2012 +0200 (2012-10-11)
changeset 30690680e81009be
parent 3068 27db02096a6f
child 3070 24c8bae2216f
kernel/linux: update revisions

kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <efc60d787e571c37eef1.1349964870@advdt005-ubuntu>
PatchWork-Id: 190917
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Oct 11 15:55:15 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Thu Oct 11 16:11:35 2012 +0200
     1.3 @@ -26,45 +26,37 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_5_4
     1.8 +config KERNEL_V_3_6_1
     1.9      bool
    1.10 -    prompt "3.5.4"
    1.11 +    prompt "3.6.1"
    1.12  
    1.13 -config KERNEL_V_3_5_3
    1.14 +config KERNEL_V_3_6
    1.15      bool
    1.16 -    prompt "3.5.3"
    1.17 +    prompt "3.6"
    1.18  
    1.19 -config KERNEL_V_3_5_2
    1.20 +config KERNEL_V_3_5_6
    1.21      bool
    1.22 -    prompt "3.5.2"
    1.23 +    prompt "3.5.6"
    1.24  
    1.25 -config KERNEL_V_3_5_1
    1.26 +config KERNEL_V_3_4_13
    1.27      bool
    1.28 -    prompt "3.5.1"
    1.29 -
    1.30 -config KERNEL_V_3_5
    1.31 -    bool
    1.32 -    prompt "3.5"
    1.33 -
    1.34 -config KERNEL_V_3_4_11
    1.35 -    bool
    1.36 -    prompt "3.4.11"
    1.37 +    prompt "3.4.13"
    1.38  
    1.39  config KERNEL_V_3_3_8
    1.40      bool
    1.41      prompt "3.3.8"
    1.42  
    1.43 -config KERNEL_V_3_2_30
    1.44 +config KERNEL_V_3_2_31
    1.45      bool
    1.46 -    prompt "3.2.30"
    1.47 +    prompt "3.2.31"
    1.48  
    1.49  config KERNEL_V_3_1_10
    1.50      bool
    1.51      prompt "3.1.10"
    1.52  
    1.53 -config KERNEL_V_3_0_43
    1.54 +config KERNEL_V_3_0_45
    1.55      bool
    1.56 -    prompt "3.0.43"
    1.57 +    prompt "3.0.45"
    1.58  
    1.59  config KERNEL_V_2_6_39_4
    1.60      bool
    1.61 @@ -90,9 +82,9 @@
    1.62        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.63        is welcome to use this one as well.
    1.64  
    1.65 -config KERNEL_V_2_6_32_59
    1.66 +config KERNEL_V_2_6_32_60
    1.67      bool
    1.68 -    prompt "2.6.32.59 (longterm)"
    1.69 +    prompt "2.6.32.60 (longterm)"
    1.70      help
    1.71        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.72        
    1.73 @@ -155,22 +147,20 @@
    1.74      string
    1.75  # Don't remove next line
    1.76  # CT_INSERT_VERSION_STRING_BELOW
    1.77 -    default "3.5.4" if KERNEL_V_3_5_4
    1.78 -    default "3.5.3" if KERNEL_V_3_5_3
    1.79 -    default "3.5.2" if KERNEL_V_3_5_2
    1.80 -    default "3.5.1" if KERNEL_V_3_5_1
    1.81 -    default "3.5" if KERNEL_V_3_5
    1.82 -    default "3.4.11" if KERNEL_V_3_4_11
    1.83 +    default "3.6.1" if KERNEL_V_3_6_1
    1.84 +    default "3.6" if KERNEL_V_3_6
    1.85 +    default "3.5.6" if KERNEL_V_3_5_6
    1.86 +    default "3.4.13" if KERNEL_V_3_4_13
    1.87      default "3.3.8" if KERNEL_V_3_3_8
    1.88 -    default "3.2.30" if KERNEL_V_3_2_30
    1.89 +    default "3.2.31" if KERNEL_V_3_2_31
    1.90      default "3.1.10" if KERNEL_V_3_1_10
    1.91 -    default "3.0.43" if KERNEL_V_3_0_43
    1.92 +    default "3.0.45" if KERNEL_V_3_0_45
    1.93      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.94      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.95      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.96      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.97      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.98 -    default "2.6.32.59" if KERNEL_V_2_6_32_59
    1.99 +    default "2.6.32.60" if KERNEL_V_2_6_32_60
   1.100      default "2.6.31.14" if KERNEL_V_2_6_31_14
   1.101      default "2.6.27.62" if KERNEL_V_2_6_27_62
   1.102      default "custom" if KERNEL_LINUX_CUSTOM