config/kernel/linux.in
changeset 2252 b022b7c7707a
parent 2222 de489d9d6efb
child 2310 35bfdc30a613
     1.1 --- a/config/kernel/linux.in	Sat Dec 18 21:35:09 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Sat Jan 08 17:58:23 2011 +0100
     1.3 @@ -24,6 +24,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_37
     1.8 +    bool
     1.9 +    prompt "2.6.37"
    1.10 +
    1.11 +config KERNEL_V_2_6_36_3
    1.12 +    bool
    1.13 +    prompt "2.6.36.3"
    1.14 +
    1.15  config KERNEL_V_2_6_36_2
    1.16      bool
    1.17      prompt "2.6.36.2"
    1.18 @@ -55,17 +63,17 @@
    1.19        list entry:
    1.20          http://marc.info/?l=linux-kernel&m=129136895415202&w=4
    1.21  
    1.22 -config KERNEL_V_2_6_34_7
    1.23 +config KERNEL_V_2_6_34_8
    1.24      bool
    1.25 -    prompt "2.6.34.7"
    1.26 +    prompt "2.6.34.8"
    1.27  
    1.28  config KERNEL_V_2_6_33_7
    1.29      bool
    1.30      prompt "2.6.33.7"
    1.31  
    1.32 -config KERNEL_V_2_6_32_27
    1.33 +config KERNEL_V_2_6_32_28
    1.34      bool
    1.35 -    prompt "2.6.32.27 (longterm)"
    1.36 +    prompt "2.6.32.28 (longterm)"
    1.37      help
    1.38        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.39        
    1.40 @@ -127,13 +135,15 @@
    1.41      string
    1.42  # Don't remove next line
    1.43  # CT_INSERT_VERSION_STRING_BELOW
    1.44 +    default "2.6.37" if KERNEL_V_2_6_37
    1.45 +    default "2.6.36.3" if KERNEL_V_2_6_36_3
    1.46      default "2.6.36.2" if KERNEL_V_2_6_36_2
    1.47      default "2.6.36.1" if KERNEL_V_2_6_36_1
    1.48      default "2.6.36" if KERNEL_V_2_6_36
    1.49      default "2.6.35.10" if KERNEL_V_2_6_35_10
    1.50 -    default "2.6.34.7" if KERNEL_V_2_6_34_7
    1.51 +    default "2.6.34.8" if KERNEL_V_2_6_34_8
    1.52      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.53 -    default "2.6.32.27" if KERNEL_V_2_6_32_26
    1.54 +    default "2.6.32.28" if KERNEL_V_2_6_32_28
    1.55      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.56      default "2.6.27.57" if KERNEL_V_2_6_27_57
    1.57