kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Tue Feb 19 13:07:09 2013 +0100 (2013-02-19)
changeset 3184716e7d90cac2
parent 3183 4e8bfe85da61
child 3185 f89f8e6f8766
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
[yann.morin.1998@free.fr: add latest versions since released]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <125b3612bbefcb57166b.1361275815@advdt005-ubuntu>
Patchwork-Id: 221686
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Feb 05 12:29:52 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Tue Feb 19 13:07:09 2013 +0100
     1.3 @@ -26,21 +26,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_7_3
     1.8 +config KERNEL_V_3_8
     1.9      bool
    1.10 -    prompt "3.7.3"
    1.11 -
    1.12 -config KERNEL_V_3_7_2
    1.13 -    bool
    1.14 -    prompt "3.7.2"
    1.15 -
    1.16 -config KERNEL_V_3_7_1
    1.17 -    bool
    1.18 -    prompt "3.7.1"
    1.19 +    prompt "3.8"
    1.20  
    1.21  config KERNEL_V_3_7
    1.22      bool
    1.23 -    prompt "3.7"
    1.24 +    prompt "3.7.9"
    1.25  
    1.26  config KERNEL_V_3_6
    1.27      bool
    1.28 @@ -52,7 +44,7 @@
    1.29  
    1.30  config KERNEL_V_3_4
    1.31      bool
    1.32 -    prompt "3.4.26"
    1.33 +    prompt "3.4.33"
    1.34  
    1.35  config KERNEL_V_3_3
    1.36      bool
    1.37 @@ -60,7 +52,7 @@
    1.38  
    1.39  config KERNEL_V_3_2
    1.40      bool
    1.41 -    prompt "3.2.37"
    1.42 +    prompt "3.2.39"
    1.43  
    1.44  config KERNEL_V_3_1
    1.45      bool
    1.46 @@ -68,7 +60,7 @@
    1.47  
    1.48  config KERNEL_V_3_0
    1.49      bool
    1.50 -    prompt "3.0.59"
    1.51 +    prompt "3.0.66"
    1.52  
    1.53  config KERNEL_V_2_6_39
    1.54      bool
    1.55 @@ -159,17 +151,15 @@
    1.56      string
    1.57  # Don't remove next line
    1.58  # CT_INSERT_VERSION_STRING_BELOW
    1.59 -    default "3.7.3" if KERNEL_V_3_7_3
    1.60 -    default "3.7.2" if KERNEL_V_3_7_2
    1.61 -    default "3.7.1" if KERNEL_V_3_7_1
    1.62 -    default "3.7" if KERNEL_V_3_7
    1.63 +    default "3.8" if KERNEL_V_3_8
    1.64 +    default "3.7.9" if KERNEL_V_3_7
    1.65      default "3.6.11" if KERNEL_V_3_6
    1.66      default "3.5.7" if KERNEL_V_3_5
    1.67 -    default "3.4.26" if KERNEL_V_3_4
    1.68 +    default "3.4.33" if KERNEL_V_3_4
    1.69      default "3.3.8" if KERNEL_V_3_3
    1.70 -    default "3.2.37" if KERNEL_V_3_2
    1.71 +    default "3.2.39" if KERNEL_V_3_2
    1.72      default "3.1.10" if KERNEL_V_3_1
    1.73 -    default "3.0.59" if KERNEL_V_3_0
    1.74 +    default "3.0.66" if KERNEL_V_3_0
    1.75      default "2.6.39.4" if KERNEL_V_2_6_39
    1.76      default "2.6.38.8" if KERNEL_V_2_6_38
    1.77      default "2.6.37.6" if KERNEL_V_2_6_37