config/kernel/linux.in
changeset 2741 1d4a96d9afd1
parent 2734 c14996fd45ad
child 2799 7a5ee8d36a1d
     1.1 --- a/config/kernel/linux.in	Wed Nov 02 13:35:06 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Sun Nov 13 12:38:58 2011 +0100
     1.3 @@ -26,13 +26,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_1_1
     1.8 +    bool
     1.9 +    prompt "3.1.1"
    1.10 +
    1.11  config KERNEL_V_3_1
    1.12      bool
    1.13      prompt "3.1"
    1.14  
    1.15 -config KERNEL_V_3_0_8
    1.16 +config KERNEL_V_3_0_9
    1.17      bool
    1.18 -    prompt "3.0.8"
    1.19 +    prompt "3.0.9"
    1.20  
    1.21  config KERNEL_V_2_6_39_4
    1.22      bool
    1.23 @@ -50,40 +54,17 @@
    1.24      bool
    1.25      prompt "2.6.36.4"
    1.26  
    1.27 -config KERNEL_V_2_6_35_14
    1.28 +config KERNEL_V_2_6_33_20
    1.29      bool
    1.30 -    prompt "2.6.35.14 (longterm)"
    1.31 -    help
    1.32 -      The Linux 2.6.35 tree is a "longterm" maintenance branch.
    1.33 -      
    1.34 -      It is intended to fill the niche for users who are not using distribution
    1.35 -      kernels but want to use a regression-free kernel for a longer time.
    1.36 -      
    1.37 -      Critical bug fixes to later 2.6 releases are often ported to this branch
    1.38 -      which makes 2.6.35 a very useful base for many embedded developers seeking
    1.39 -      stable APIs or those who do not need the latest bleeding edge features.
    1.40 -      
    1.41 -      ... and no, this kernel has not undergone any specific QA testing.
    1.42 -      
    1.43 -      See the original announcement by Andi Kleen in the following mailing
    1.44 -      list entry:
    1.45 -        http://marc.info/?l=linux-kernel&m=129136895415202&w=4
    1.46 -
    1.47 -config KERNEL_V_2_6_34_10
    1.48 -    bool
    1.49 -    prompt "2.6.34.10"
    1.50 -
    1.51 -config KERNEL_V_2_6_33_19
    1.52 -    bool
    1.53 -    prompt "2.6.33.19"
    1.54 +    prompt "2.6.33.20"
    1.55      help
    1.56        This is primarily for the use of those people who are stuck using the
    1.57        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.58        is welcome to use this one as well.
    1.59  
    1.60 -config KERNEL_V_2_6_32_46
    1.61 +config KERNEL_V_2_6_32_48
    1.62      bool
    1.63 -    prompt "2.6.32.46 (longterm)"
    1.64 +    prompt "2.6.32.48 (longterm)"
    1.65      help
    1.66        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.67        
    1.68 @@ -104,9 +85,9 @@
    1.69      bool
    1.70      prompt "2.6.31.14"
    1.71  
    1.72 -config KERNEL_V_2_6_27_59
    1.73 +config KERNEL_V_2_6_27_57
    1.74      bool
    1.75 -    prompt "2.6.27.59 (longterm)"
    1.76 +    prompt "2.6.27.57 (longterm)"
    1.77      help
    1.78        The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.79        
    1.80 @@ -146,18 +127,17 @@
    1.81      string
    1.82  # Don't remove next line
    1.83  # CT_INSERT_VERSION_STRING_BELOW
    1.84 +    default "3.1.1" if KERNEL_V_3_1_1
    1.85      default "3.1" if KERNEL_V_3_1
    1.86 -    default "3.0.8" if KERNEL_V_3_0_8
    1.87 +    default "3.0.9" if KERNEL_V_3_0_9
    1.88      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.89      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.90      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.91      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.92 -    default "2.6.35.14" if KERNEL_V_2_6_35_14
    1.93 -    default "2.6.34.10" if KERNEL_V_2_6_34_10
    1.94 -    default "2.6.33.19" if KERNEL_V_2_6_33_19
    1.95 -    default "2.6.32.46" if KERNEL_V_2_6_32_46
    1.96 +    default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.97 +    default "2.6.32.48" if KERNEL_V_2_6_32_48
    1.98      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.99 -    default "2.6.27.59" if KERNEL_V_2_6_27_59
   1.100 +    default "2.6.27.57" if KERNEL_V_2_6_27_57
   1.101      default "custom" if KERNEL_LINUX_CUSTOM
   1.102  
   1.103  endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS