kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Fri May 25 19:09:43 2012 +0200 (2012-05-25)
changeset 29896aa743f87695
parent 2988 a57b8a45ea26
child 2990 1f6c8e4b2b92
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	Tue May 29 18:52:13 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Fri May 25 19:09:43 2012 +0200
     1.3 @@ -26,37 +26,25 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_3_4
     1.8 +config KERNEL_V_3_4
     1.9      bool
    1.10 -    prompt "3.3.4"
    1.11 +    prompt "3.4"
    1.12  
    1.13 -config KERNEL_V_3_3_3
    1.14 +config KERNEL_V_3_3_7
    1.15      bool
    1.16 -    prompt "3.3.3"
    1.17 +    prompt "3.3.7"
    1.18  
    1.19 -config KERNEL_V_3_3_2
    1.20 +config KERNEL_V_3_2_18
    1.21      bool
    1.22 -    prompt "3.3.2"
    1.23 -
    1.24 -config KERNEL_V_3_3_1
    1.25 -    bool
    1.26 -    prompt "3.3.1"
    1.27 -
    1.28 -config KERNEL_V_3_3
    1.29 -    bool
    1.30 -    prompt "3.3"
    1.31 -
    1.32 -config KERNEL_V_3_2_16
    1.33 -    bool
    1.34 -    prompt "3.2.16"
    1.35 +    prompt "3.2.18"
    1.36  
    1.37  config KERNEL_V_3_1_10
    1.38      bool
    1.39      prompt "3.1.10"
    1.40  
    1.41 -config KERNEL_V_3_0_30
    1.42 +config KERNEL_V_3_0_32
    1.43      bool
    1.44 -    prompt "3.0.30"
    1.45 +    prompt "3.0.32"
    1.46  
    1.47  config KERNEL_V_2_6_39_4
    1.48      bool
    1.49 @@ -147,14 +135,11 @@
    1.50      string
    1.51  # Don't remove next line
    1.52  # CT_INSERT_VERSION_STRING_BELOW
    1.53 -    default "3.3.4" if KERNEL_V_3_3_4
    1.54 -    default "3.3.3" if KERNEL_V_3_3_3
    1.55 -    default "3.3.2" if KERNEL_V_3_3_2
    1.56 -    default "3.3.1" if KERNEL_V_3_3_1
    1.57 -    default "3.3" if KERNEL_V_3_3
    1.58 -    default "3.2.16" if KERNEL_V_3_2_16
    1.59 +    default "3.4" if KERNEL_V_3_4
    1.60 +    default "3.3.7" if KERNEL_V_3_3_7
    1.61 +    default "3.2.18" if KERNEL_V_3_2_18
    1.62      default "3.1.10" if KERNEL_V_3_1_10
    1.63 -    default "3.0.30" if KERNEL_V_3_0_30
    1.64 +    default "3.0.32" if KERNEL_V_3_0_32
    1.65      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.66      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.67      default "2.6.37.6" if KERNEL_V_2_6_37_6