kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Apr 16 14:57:02 2012 +0200 (2012-04-16)
changeset 2940a7a9df2662cc
parent 2939 58974be61289
child 2941 13e40098fffc
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: add a few other versions since released]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Apr 26 19:55:59 2012 -0600
     1.2 +++ b/config/kernel/linux.in	Mon Apr 16 14:57:02 2012 +0200
     1.3 @@ -26,6 +26,18 @@
     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 +    bool
     1.9 +    prompt "3.3.4"
    1.10 +
    1.11 +config KERNEL_V_3_3_3
    1.12 +    bool
    1.13 +    prompt "3.3.3"
    1.14 +
    1.15 +config KERNEL_V_3_3_2
    1.16 +    bool
    1.17 +    prompt "3.3.2"
    1.18 +
    1.19  config KERNEL_V_3_3_1
    1.20      bool
    1.21      prompt "3.3.1"
    1.22 @@ -34,17 +46,17 @@
    1.23      bool
    1.24      prompt "3.3"
    1.25  
    1.26 -config KERNEL_V_3_2_14
    1.27 +config KERNEL_V_3_2_16
    1.28      bool
    1.29 -    prompt "3.2.14"
    1.30 +    prompt "3.2.16"
    1.31  
    1.32  config KERNEL_V_3_1_10
    1.33      bool
    1.34      prompt "3.1.10"
    1.35  
    1.36 -config KERNEL_V_3_0_27
    1.37 +config KERNEL_V_3_0_30
    1.38      bool
    1.39 -    prompt "3.0.27"
    1.40 +    prompt "3.0.30"
    1.41  
    1.42  config KERNEL_V_2_6_39_4
    1.43      bool
    1.44 @@ -135,11 +147,14 @@
    1.45      string
    1.46  # Don't remove next line
    1.47  # CT_INSERT_VERSION_STRING_BELOW
    1.48 +    default "3.3.4" if KERNEL_V_3_3_4
    1.49 +    default "3.3.3" if KERNEL_V_3_3_3
    1.50 +    default "3.3.2" if KERNEL_V_3_3_2
    1.51      default "3.3.1" if KERNEL_V_3_3_1
    1.52      default "3.3" if KERNEL_V_3_3
    1.53 -    default "3.2.14" if KERNEL_V_3_2_14
    1.54 +    default "3.2.16" if KERNEL_V_3_2_16
    1.55      default "3.1.10" if KERNEL_V_3_1_10
    1.56 -    default "3.0.27" if KERNEL_V_3_0_27
    1.57 +    default "3.0.30" if KERNEL_V_3_0_30
    1.58      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.59      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.60      default "2.6.37.6" if KERNEL_V_2_6_37_6