kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Fri Sep 21 16:26:10 2012 +0200 (2012-09-21)
changeset 3056df33992f9614
parent 3055 00ad3bbbf024
child 3057 b60b008ab49c
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <f87414d1b7f0d5d417b7.1348237635@advdt005-ubuntu>
PatchWork-ID: 185747
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Fri Sep 21 16:14:50 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Fri Sep 21 16:26:10 2012 +0200
     1.3 @@ -26,6 +26,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_5_4
     1.8 +    bool
     1.9 +    prompt "3.5.4"
    1.10 +
    1.11 +config KERNEL_V_3_5_3
    1.12 +    bool
    1.13 +    prompt "3.5.3"
    1.14 +
    1.15  config KERNEL_V_3_5_2
    1.16      bool
    1.17      prompt "3.5.2"
    1.18 @@ -38,25 +46,25 @@
    1.19      bool
    1.20      prompt "3.5"
    1.21  
    1.22 -config KERNEL_V_3_4_9
    1.23 +config KERNEL_V_3_4_11
    1.24      bool
    1.25 -    prompt "3.4.9"
    1.26 +    prompt "3.4.11"
    1.27  
    1.28  config KERNEL_V_3_3_8
    1.29      bool
    1.30      prompt "3.3.8"
    1.31  
    1.32 -config KERNEL_V_3_2_28
    1.33 +config KERNEL_V_3_2_30
    1.34      bool
    1.35 -    prompt "3.2.28"
    1.36 +    prompt "3.2.30"
    1.37  
    1.38  config KERNEL_V_3_1_10
    1.39      bool
    1.40      prompt "3.1.10"
    1.41  
    1.42 -config KERNEL_V_3_0_41
    1.43 +config KERNEL_V_3_0_43
    1.44      bool
    1.45 -    prompt "3.0.41"
    1.46 +    prompt "3.0.43"
    1.47  
    1.48  config KERNEL_V_2_6_39_4
    1.49      bool
    1.50 @@ -147,14 +155,16 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "3.5.4" if KERNEL_V_3_5_4
    1.55 +    default "3.5.3" if KERNEL_V_3_5_3
    1.56      default "3.5.2" if KERNEL_V_3_5_2
    1.57      default "3.5.1" if KERNEL_V_3_5_1
    1.58      default "3.5" if KERNEL_V_3_5
    1.59 -    default "3.4.9" if KERNEL_V_3_4_9
    1.60 +    default "3.4.11" if KERNEL_V_3_4_11
    1.61      default "3.3.8" if KERNEL_V_3_3_8
    1.62 -    default "3.2.28" if KERNEL_V_3_2_28
    1.63 +    default "3.2.30" if KERNEL_V_3_2_30
    1.64      default "3.1.10" if KERNEL_V_3_1_10
    1.65 -    default "3.0.41" if KERNEL_V_3_0_41
    1.66 +    default "3.0.43" if KERNEL_V_3_0_43
    1.67      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.68      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.69      default "2.6.37.6" if KERNEL_V_2_6_37_6