config/kernel/linux.in
changeset 2221 0b27f6ceb693
parent 2200 83ce0882d42d
child 2222 de489d9d6efb
     1.1 --- a/config/kernel/linux.in	Wed Nov 24 23:10:55 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Fri Dec 17 23:48:15 2010 +0100
     1.3 @@ -1,5 +1,3 @@
     1.4 -# Linux kernel options
     1.5 -
     1.6  # Linux kernel options
     1.7  
     1.8  config KERNEL_linux
     1.9 @@ -26,6 +24,10 @@
    1.10  # Don't remove next line
    1.11  # CT_INSERT_VERSION_BELOW
    1.12  
    1.13 +config KERNEL_V_2_6_36_2
    1.14 +    bool
    1.15 +    prompt "2.6.36.2"
    1.16 +
    1.17  config KERNEL_V_2_6_36_1
    1.18      bool
    1.19      prompt "2.6.36.1"
    1.20 @@ -34,9 +36,23 @@
    1.21      bool
    1.22      prompt "2.6.36"
    1.23  
    1.24 -config KERNEL_V_2_6_35_9
    1.25 +config KERNEL_V_2_6_35_10
    1.26      bool
    1.27 -    prompt "2.6.35.9"
    1.28 +    prompt "2.6.35.10 (longterm)"
    1.29 +      The Linux 2.6.35 tree is a "longterm" maintenance branch.
    1.30 +      
    1.31 +      It is intended to fill the niche for users who are not using distribution
    1.32 +      kernels but want to use a regression-free kernel for a longer time.
    1.33 +      
    1.34 +      Critical bug fixes to later 2.6 releases are often ported to this branch
    1.35 +      which makes 2.6.35 a very useful base for many embedded developers seeking
    1.36 +      stable APIs or those who do not need the latest bleeding edge features.
    1.37 +      
    1.38 +      ... and no, this kernel has not undergone any specific QA testing.
    1.39 +      
    1.40 +      See the original announcement by Andi Kleen in the following mailing
    1.41 +      list entry:
    1.42 +        http://marc.info/?l=linux-kernel&m=129136895415202&w=4
    1.43  
    1.44  config KERNEL_V_2_6_34_7
    1.45      bool
    1.46 @@ -46,11 +62,12 @@
    1.47      bool
    1.48      prompt "2.6.33.7"
    1.49  
    1.50 -config KERNEL_V_2_6_32_26
    1.51 +config KERNEL_V_2_6_32_27
    1.52      bool
    1.53 -    prompt "2.6.32.26 (long-term stable)"
    1.54 +    prompt "2.6.32.27 (longterm)"
    1.55      help
    1.56 -      The Linux 2.6.32 tree is the current "long-term stable" maintenance branch.
    1.57 +      The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.58 +      
    1.59        It is intended to fill the niche for users who are not using distribution
    1.60        kernels but want to use a regression-free kernel for a longer time.
    1.61        
    1.62 @@ -62,17 +79,18 @@
    1.63        
    1.64        See the original announcement by Greg Kroah-Hartman in the following
    1.65        mailing list entry:
    1.66 -        http://marc.info/?l=linux-kernel&m=126384198403392&w=2
    1.67 +        http://marc.info/?l=linux-kernel&m=126384198403392&w=4
    1.68  
    1.69  config KERNEL_V_2_6_31_14
    1.70      bool
    1.71      prompt "2.6.31.14"
    1.72  
    1.73 -config KERNEL_V_2_6_27_56
    1.74 +config KERNEL_V_2_6_27_57
    1.75      bool
    1.76 -    prompt "2.6.27.56 (old long-term stable)"
    1.77 +    prompt "2.6.27.57 (longterm)"
    1.78      help
    1.79 -      The Linux 2.6.27 tree is the previous "long-term stable" maintenance branch.
    1.80 +      The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.81 +      
    1.82        It is intended to fill the niche for users who are not using distribution
    1.83        kernels but want to use a regression-free kernel for a longer time.
    1.84        
    1.85 @@ -84,7 +102,10 @@
    1.86        
    1.87        See the original announcement by Adrian Bunk in the following mailing list
    1.88        entry:
    1.89 -        http://marc.info/?l=linux-kernel&m=122375909403298&w=2
    1.90 +        http://marc.info/?l=linux-kernel&m=122375909403298&w=4
    1.91 +      
    1.92 +      It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
    1.93 +        http://marc.info/?l=linux-kernel&m=129133701916793&w=4
    1.94  
    1.95  config KERNEL_LINUX_CUSTOM
    1.96      bool
    1.97 @@ -105,14 +126,15 @@
    1.98      string
    1.99  # Don't remove next line
   1.100  # CT_INSERT_VERSION_STRING_BELOW
   1.101 +    default "2.6.36.2" if KERNEL_V_2_6_36_2
   1.102      default "2.6.36.1" if KERNEL_V_2_6_36_1
   1.103      default "2.6.36" if KERNEL_V_2_6_36
   1.104 -    default "2.6.35.9" if KERNEL_V_2_6_35_9
   1.105 +    default "2.6.35.10" if KERNEL_V_2_6_35_10
   1.106      default "2.6.34.7" if KERNEL_V_2_6_34_7
   1.107      default "2.6.33.7" if KERNEL_V_2_6_33_7
   1.108 -    default "2.6.32.26" if KERNEL_V_2_6_32_26
   1.109 +    default "2.6.32.27" if KERNEL_V_2_6_32_26
   1.110      default "2.6.31.14" if KERNEL_V_2_6_31_14
   1.111 -    default "2.6.27.56" if KERNEL_V_2_6_27_56
   1.112 +    default "2.6.27.57" if KERNEL_V_2_6_27_57
   1.113  
   1.114  choice
   1.115      bool