kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Tue Dec 11 12:54:05 2012 +0100 (2012-12-11)
changeset 3136927ca2e79394
parent 3135 3829050af02a
child 3137 14417fac6e9f
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <515f9ed69f58a0af21e9.1355226920@advdt005-ubuntu>
Patchwork-Id: 205183
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Dec 10 00:25:48 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Tue Dec 11 12:54:05 2012 +0100
     1.3 @@ -26,57 +26,37 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_6_6
     1.8 +config KERNEL_V_3_7
     1.9      bool
    1.10 -    prompt "3.6.6"
    1.11 +    prompt "3.7"
    1.12  
    1.13 -config KERNEL_V_3_6_5
    1.14 +config KERNEL_V_3_6_10
    1.15      bool
    1.16 -    prompt "3.6.5"
    1.17 -
    1.18 -config KERNEL_V_3_6_4
    1.19 -    bool
    1.20 -    prompt "3.6.4"
    1.21 -
    1.22 -config KERNEL_V_3_6_3
    1.23 -    bool
    1.24 -    prompt "3.6.3"
    1.25 -
    1.26 -config KERNEL_V_3_6_2
    1.27 -    bool
    1.28 -    prompt "3.6.2"
    1.29 -
    1.30 -config KERNEL_V_3_6_1
    1.31 -    bool
    1.32 -    prompt "3.6.1"
    1.33 -
    1.34 -config KERNEL_V_3_6
    1.35 -    bool
    1.36 -    prompt "3.6"
    1.37 +    prompt "3.6.10"
    1.38  
    1.39  config KERNEL_V_3_5_7
    1.40      bool
    1.41      prompt "3.5.7"
    1.42  
    1.43 -config KERNEL_V_3_4_18
    1.44 +config KERNEL_V_3_4_23
    1.45      bool
    1.46 -    prompt "3.4.18"
    1.47 +    prompt "3.4.23"
    1.48  
    1.49  config KERNEL_V_3_3_8
    1.50      bool
    1.51      prompt "3.3.8"
    1.52  
    1.53 -config KERNEL_V_3_2_33
    1.54 +config KERNEL_V_3_2_35
    1.55      bool
    1.56 -    prompt "3.2.33"
    1.57 +    prompt "3.2.35"
    1.58  
    1.59  config KERNEL_V_3_1_10
    1.60      bool
    1.61      prompt "3.1.10"
    1.62  
    1.63 -config KERNEL_V_3_0_51
    1.64 +config KERNEL_V_3_0_56
    1.65      bool
    1.66 -    prompt "3.0.51"
    1.67 +    prompt "3.0.56"
    1.68  
    1.69  config KERNEL_V_2_6_39_4
    1.70      bool
    1.71 @@ -167,19 +147,14 @@
    1.72      string
    1.73  # Don't remove next line
    1.74  # CT_INSERT_VERSION_STRING_BELOW
    1.75 -    default "3.6.6" if KERNEL_V_3_6_6
    1.76 -    default "3.6.5" if KERNEL_V_3_6_5
    1.77 -    default "3.6.4" if KERNEL_V_3_6_4
    1.78 -    default "3.6.3" if KERNEL_V_3_6_3
    1.79 -    default "3.6.2" if KERNEL_V_3_6_2
    1.80 -    default "3.6.1" if KERNEL_V_3_6_1
    1.81 -    default "3.6" if KERNEL_V_3_6
    1.82 +    default "3.7" if KERNEL_V_3_7
    1.83 +    default "3.6.10" if KERNEL_V_3_6_10
    1.84      default "3.5.7" if KERNEL_V_3_5_7
    1.85 -    default "3.4.18" if KERNEL_V_3_4_18
    1.86 +    default "3.4.23" if KERNEL_V_3_4_23
    1.87      default "3.3.8" if KERNEL_V_3_3_8
    1.88 -    default "3.2.33" if KERNEL_V_3_2_33
    1.89 +    default "3.2.35" if KERNEL_V_3_2_35
    1.90      default "3.1.10" if KERNEL_V_3_1_10
    1.91 -    default "3.0.51" if KERNEL_V_3_0_51
    1.92 +    default "3.0.56" if KERNEL_V_3_0_56
    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