kernel/linux: update revisions
author"Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Wed Nov 02 13:35:06 2011 +0100 (2011-11-02)
changeset 2734c14996fd45ad
parent 2733 3362c64f4b6c
child 2735 f09ed6dd71a3
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	Wed Oct 26 15:44:26 2011 -0700
     1.2 +++ b/config/kernel/linux.in	Wed Nov 02 13:35:06 2011 +0100
     1.3 @@ -26,25 +26,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_0_4
     1.8 +config KERNEL_V_3_1
     1.9      bool
    1.10 -    prompt "3.0.4"
    1.11 +    prompt "3.1"
    1.12  
    1.13 -config KERNEL_V_3_0_3
    1.14 +config KERNEL_V_3_0_8
    1.15      bool
    1.16 -    prompt "3.0.3"
    1.17 -
    1.18 -config KERNEL_V_3_0_2
    1.19 -    bool
    1.20 -    prompt "3.0.2"
    1.21 -
    1.22 -config KERNEL_V_3_0_1
    1.23 -    bool
    1.24 -    prompt "3.0.1"
    1.25 -
    1.26 -config KERNEL_V_3_0
    1.27 -    bool
    1.28 -    prompt "3.0"
    1.29 +    prompt "3.0.8"
    1.30  
    1.31  config KERNEL_V_2_6_39_4
    1.32      bool
    1.33 @@ -158,11 +146,8 @@
    1.34      string
    1.35  # Don't remove next line
    1.36  # CT_INSERT_VERSION_STRING_BELOW
    1.37 -    default "3.0.4" if KERNEL_V_3_0_4
    1.38 -    default "3.0.3" if KERNEL_V_3_0_3
    1.39 -    default "3.0.2" if KERNEL_V_3_0_2
    1.40 -    default "3.0.1" if KERNEL_V_3_0_1
    1.41 -    default "3.0" if KERNEL_V_3_0
    1.42 +    default "3.1" if KERNEL_V_3_1
    1.43 +    default "3.0.8" if KERNEL_V_3_0_8
    1.44      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.45      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.46      default "2.6.37.6" if KERNEL_V_2_6_37_6