kernel/linux: update to latest versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Feb 13 22:56:45 2012 +0100 (2012-02-13)
changeset 288517c162b426c6
parent 2884 91017ae2151c
child 2886 f1ad0445325c
kernel/linux: update to latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Feb 13 21:51:48 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Mon Feb 13 22:56:45 2012 +0100
     1.3 @@ -26,6 +26,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_2_6
     1.8 +    bool
     1.9 +    prompt "3.2.6"
    1.10 +
    1.11  config KERNEL_V_3_2_5
    1.12      bool
    1.13      prompt "3.2.5"
    1.14 @@ -54,9 +58,9 @@
    1.15      bool
    1.16      prompt "3.1.10"
    1.17  
    1.18 -config KERNEL_V_3_0_20
    1.19 +config KERNEL_V_3_0_21
    1.20      bool
    1.21 -    prompt "3.0.20"
    1.22 +    prompt "3.0.21"
    1.23  
    1.24  config KERNEL_V_2_6_39_4
    1.25      bool
    1.26 @@ -82,9 +86,9 @@
    1.27        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.28        is welcome to use this one as well.
    1.29  
    1.30 -config KERNEL_V_2_6_32_56
    1.31 +config KERNEL_V_2_6_32_57
    1.32      bool
    1.33 -    prompt "2.6.32.56 (longterm)"
    1.34 +    prompt "2.6.32.57 (longterm)"
    1.35      help
    1.36        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.37        
    1.38 @@ -105,9 +109,9 @@
    1.39      bool
    1.40      prompt "2.6.31.14"
    1.41  
    1.42 -config KERNEL_V_2_6_27_59
    1.43 +config KERNEL_V_2_6_27_61
    1.44      bool
    1.45 -    prompt "2.6.27.59 (longterm)"
    1.46 +    prompt "2.6.27.61 (longterm)"
    1.47      help
    1.48        The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.49        
    1.50 @@ -147,6 +151,7 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "3.2.6" if KERNEL_V_3_2_6
    1.55      default "3.2.5" if KERNEL_V_3_2_5
    1.56      default "3.2.4" if KERNEL_V_3_2_4
    1.57      default "3.2.3" if KERNEL_V_3_2_3
    1.58 @@ -154,15 +159,15 @@
    1.59      default "3.2.1" if KERNEL_V_3_2_1
    1.60      default "3.2" if KERNEL_V_3_2
    1.61      default "3.1.10" if KERNEL_V_3_1_10
    1.62 -    default "3.0.20" if KERNEL_V_3_0_20
    1.63 +    default "3.0.21" if KERNEL_V_3_0_21
    1.64      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.65      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.66      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.67      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.68      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.69 -    default "2.6.32.56" if KERNEL_V_2_6_32_56
    1.70 +    default "2.6.32.57" if KERNEL_V_2_6_32_57
    1.71      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.72 -    default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.73 +    default "2.6.27.61" if KERNEL_V_2_6_27_61
    1.74      default "custom" if KERNEL_LINUX_CUSTOM
    1.75  
    1.76  endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS