kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Jun 18 13:36:29 2012 +0200 (2012-06-18)
changeset 29964c8fd10c18e9
parent 2995 8f42bffd77bb
child 2997 46f217337e13
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Jun 14 23:04:28 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Jun 18 13:36:29 2012 +0200
     1.3 @@ -26,6 +26,10 @@
     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 +    bool
     1.9 +    prompt "3.4.3"
    1.10 +
    1.11  config KERNEL_V_3_4_2
    1.12      bool
    1.13      prompt "3.4.2"
    1.14 @@ -50,9 +54,9 @@
    1.15      bool
    1.16      prompt "3.1.10"
    1.17  
    1.18 -config KERNEL_V_3_0_34
    1.19 +config KERNEL_V_3_0_35
    1.20      bool
    1.21 -    prompt "3.0.34"
    1.22 +    prompt "3.0.35"
    1.23  
    1.24  config KERNEL_V_2_6_39_4
    1.25      bool
    1.26 @@ -143,13 +147,14 @@
    1.27      string
    1.28  # Don't remove next line
    1.29  # CT_INSERT_VERSION_STRING_BELOW
    1.30 +    default "3.4.3" if KERNEL_V_3_4_3
    1.31      default "3.4.2" if KERNEL_V_3_4_2
    1.32      default "3.4.1" if KERNEL_V_3_4_1
    1.33      default "3.4" if KERNEL_V_3_4
    1.34      default "3.3.8" if KERNEL_V_3_3_8
    1.35      default "3.2.20" if KERNEL_V_3_2_20
    1.36      default "3.1.10" if KERNEL_V_3_1_10
    1.37 -    default "3.0.34" if KERNEL_V_3_0_34
    1.38 +    default "3.0.35" if KERNEL_V_3_0_35
    1.39      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.40      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.41      default "2.6.37.6" if KERNEL_V_2_6_37_6