kernel/linux: update revisions
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Mar 15 13:05:31 2012 +0100 (2012-03-15)
changeset 291767fafa2647d1
parent 2910 cc170c96362c
child 2918 887e3fb340a6
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	Mon Mar 12 21:19:26 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Mar 15 13:05:31 2012 +0100
     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_2_11
     1.8 +    bool
     1.9 +    prompt "3.2.11"
    1.10 +
    1.11 +config KERNEL_V_3_2_10
    1.12 +    bool
    1.13 +    prompt "3.2.10"
    1.14 +
    1.15  config KERNEL_V_3_2_9
    1.16      bool
    1.17      prompt "3.2.9"
    1.18 @@ -70,9 +78,9 @@
    1.19      bool
    1.20      prompt "3.1.10"
    1.21  
    1.22 -config KERNEL_V_3_0_23
    1.23 +config KERNEL_V_3_0_24
    1.24      bool
    1.25 -    prompt "3.0.23"
    1.26 +    prompt "3.0.24"
    1.27  
    1.28  config KERNEL_V_2_6_39_4
    1.29      bool
    1.30 @@ -163,6 +171,8 @@
    1.31      string
    1.32  # Don't remove next line
    1.33  # CT_INSERT_VERSION_STRING_BELOW
    1.34 +    default "3.2.11" if KERNEL_V_3_2_11
    1.35 +    default "3.2.10" if KERNEL_V_3_2_10
    1.36      default "3.2.9" if KERNEL_V_3_2_9
    1.37      default "3.2.8" if KERNEL_V_3_2_8
    1.38      default "3.2.7" if KERNEL_V_3_2_7
    1.39 @@ -174,7 +184,7 @@
    1.40      default "3.2.1" if KERNEL_V_3_2_1
    1.41      default "3.2" if KERNEL_V_3_2
    1.42      default "3.1.10" if KERNEL_V_3_1_10
    1.43 -    default "3.0.23" if KERNEL_V_3_0_23
    1.44 +    default "3.0.24" if KERNEL_V_3_0_24
    1.45      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.46      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.47      default "2.6.37.6" if KERNEL_V_2_6_37_6