kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Apr 11 15:24:46 2013 +0200 (2013-04-11)
changeset 32029aa33c435b0b
parent 3201 e11e90536005
child 3203 74fd467be5aa
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: added newer versions released since]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <435dcc4cade342ab9ee0.1365686746@advdt005-ubuntu>
Patchwork-Id: 235741
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Apr 11 15:12:10 2013 +0200
     1.2 +++ b/config/kernel/linux.in	Thu Apr 11 15:24:46 2013 +0200
     1.3 @@ -26,6 +26,22 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_8_7
     1.8 +    bool
     1.9 +    prompt "3.8.7"
    1.10 +
    1.11 +config KERNEL_V_3_8_6
    1.12 +    bool
    1.13 +    prompt "3.8.6"
    1.14 +
    1.15 +config KERNEL_V_3_8_5
    1.16 +    bool
    1.17 +    prompt "3.8.5"
    1.18 +
    1.19 +config KERNEL_V_3_8_4
    1.20 +    bool
    1.21 +    prompt "3.8.4"
    1.22 +
    1.23  config KERNEL_V_3_8_3
    1.24      bool
    1.25      prompt "3.8.3"
    1.26 @@ -56,7 +72,7 @@
    1.27  
    1.28  config KERNEL_V_3_4
    1.29      bool
    1.30 -    prompt "3.4.36"
    1.31 +    prompt "3.4.40"
    1.32  
    1.33  config KERNEL_V_3_3
    1.34      bool
    1.35 @@ -64,7 +80,7 @@
    1.36  
    1.37  config KERNEL_V_3_2
    1.38      bool
    1.39 -    prompt "3.2.40"
    1.40 +    prompt "3.2.43"
    1.41  
    1.42  config KERNEL_V_3_1
    1.43      bool
    1.44 @@ -72,7 +88,7 @@
    1.45  
    1.46  config KERNEL_V_3_0
    1.47      bool
    1.48 -    prompt "3.0.69"
    1.49 +    prompt "3.0.73"
    1.50  
    1.51  config KERNEL_V_2_6_39
    1.52      bool
    1.53 @@ -163,6 +179,10 @@
    1.54      string
    1.55  # Don't remove next line
    1.56  # CT_INSERT_VERSION_STRING_BELOW
    1.57 +    default "3.8.7" if KERNEL_V_3_8_7
    1.58 +    default "3.8.6" if KERNEL_V_3_8_6
    1.59 +    default "3.8.5" if KERNEL_V_3_8_5
    1.60 +    default "3.8.4" if KERNEL_V_3_8_4
    1.61      default "3.8.3" if KERNEL_V_3_8_3
    1.62      default "3.8.2" if KERNEL_V_3_8_2
    1.63      default "3.8.1" if KERNEL_V_3_8_1
    1.64 @@ -170,11 +190,11 @@
    1.65      default "3.7.10" if KERNEL_V_3_7
    1.66      default "3.6.11" if KERNEL_V_3_6
    1.67      default "3.5.7" if KERNEL_V_3_5
    1.68 -    default "3.4.36" if KERNEL_V_3_4
    1.69 +    default "3.4.40" if KERNEL_V_3_4
    1.70      default "3.3.8" if KERNEL_V_3_3
    1.71 -    default "3.2.40" if KERNEL_V_3_2
    1.72 +    default "3.2.43" if KERNEL_V_3_2
    1.73      default "3.1.10" if KERNEL_V_3_1
    1.74 -    default "3.0.69" if KERNEL_V_3_0
    1.75 +    default "3.0.73" if KERNEL_V_3_0
    1.76      default "2.6.39.4" if KERNEL_V_2_6_39
    1.77      default "2.6.38.8" if KERNEL_V_2_6_38
    1.78      default "2.6.37.6" if KERNEL_V_2_6_37