kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Aug 20 20:29:48 2012 +0200 (2012-08-20)
changeset 3038d3cc9bc005c8
parent 3037 ae3bbbf21573
child 3039 c87cc34319ab
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <3be58d464e5a3ed992b4.1345487432@advdt005-ubuntu>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Aug 20 20:20:26 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Aug 20 20:29:48 2012 +0200
     1.3 @@ -26,29 +26,37 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_5_2
     1.8 +    bool
     1.9 +    prompt "3.5.2"
    1.10 +
    1.11 +config KERNEL_V_3_5_1
    1.12 +    bool
    1.13 +    prompt "3.5.1"
    1.14 +
    1.15  config KERNEL_V_3_5
    1.16      bool
    1.17      prompt "3.5"
    1.18  
    1.19 -config KERNEL_V_3_4_7
    1.20 +config KERNEL_V_3_4_9
    1.21      bool
    1.22 -    prompt "3.4.7"
    1.23 +    prompt "3.4.9"
    1.24  
    1.25  config KERNEL_V_3_3_8
    1.26      bool
    1.27      prompt "3.3.8"
    1.28  
    1.29 -config KERNEL_V_3_2_25
    1.30 +config KERNEL_V_3_2_28
    1.31      bool
    1.32 -    prompt "3.2.25"
    1.33 +    prompt "3.2.28"
    1.34  
    1.35  config KERNEL_V_3_1_10
    1.36      bool
    1.37      prompt "3.1.10"
    1.38  
    1.39 -config KERNEL_V_3_0_39
    1.40 +config KERNEL_V_3_0_41
    1.41      bool
    1.42 -    prompt "3.0.39"
    1.43 +    prompt "3.0.41"
    1.44  
    1.45  config KERNEL_V_2_6_39_4
    1.46      bool
    1.47 @@ -139,12 +147,14 @@
    1.48      string
    1.49  # Don't remove next line
    1.50  # CT_INSERT_VERSION_STRING_BELOW
    1.51 +    default "3.5.2" if KERNEL_V_3_5_2
    1.52 +    default "3.5.1" if KERNEL_V_3_5_1
    1.53      default "3.5" if KERNEL_V_3_5
    1.54 -    default "3.4.7" if KERNEL_V_3_4_7
    1.55 +    default "3.4.9" if KERNEL_V_3_4_9
    1.56      default "3.3.8" if KERNEL_V_3_3_8
    1.57 -    default "3.2.25" if KERNEL_V_3_2_25
    1.58 +    default "3.2.28" if KERNEL_V_3_2_28
    1.59      default "3.1.10" if KERNEL_V_3_1_10
    1.60 -    default "3.0.39" if KERNEL_V_3_0_39
    1.61 +    default "3.0.41" if KERNEL_V_3_0_41
    1.62      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.63      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.64      default "2.6.37.6" if KERNEL_V_2_6_37_6