config/kernel/linux.in
changeset 2812 6bfe57f4661e
parent 2799 7a5ee8d36a1d
child 2832 ac005fa480fd
     1.1 --- a/config/kernel/linux.in	Sun Dec 11 23:14:57 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Fri Dec 30 14:16:49 2011 +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_1_6
     1.8 +    bool
     1.9 +    prompt "3.1.6"
    1.10 +
    1.11  config KERNEL_V_3_1_5
    1.12      bool
    1.13      prompt "3.1.5"
    1.14 @@ -50,9 +54,9 @@
    1.15      bool
    1.16      prompt "3.1"
    1.17  
    1.18 -config KERNEL_V_3_0_13
    1.19 +config KERNEL_V_3_0_14
    1.20      bool
    1.21 -    prompt "3.0.13"
    1.22 +    prompt "3.0.14"
    1.23  
    1.24  config KERNEL_V_2_6_39_4
    1.25      bool
    1.26 @@ -78,9 +82,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_50
    1.31 +config KERNEL_V_2_6_32_51
    1.32      bool
    1.33 -    prompt "2.6.32.50 (longterm)"
    1.34 +    prompt "2.6.32.51 (longterm)"
    1.35      help
    1.36        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.37        
    1.38 @@ -101,9 +105,9 @@
    1.39      bool
    1.40      prompt "2.6.31.14"
    1.41  
    1.42 -config KERNEL_V_2_6_27_57
    1.43 +config KERNEL_V_2_6_27_59
    1.44      bool
    1.45 -    prompt "2.6.27.57 (longterm)"
    1.46 +    prompt "2.6.27.59 (longterm)"
    1.47      help
    1.48        The Linux 2.6.27 tree is a "longterm" maintenance branch.
    1.49        
    1.50 @@ -143,21 +147,22 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "3.1.6" if KERNEL_V_3_1_6
    1.55      default "3.1.5" if KERNEL_V_3_1_5
    1.56      default "3.1.4" if KERNEL_V_3_1_4
    1.57      default "3.1.3" if KERNEL_V_3_1_3
    1.58      default "3.1.2" if KERNEL_V_3_1_2
    1.59      default "3.1.1" if KERNEL_V_3_1_1
    1.60      default "3.1" if KERNEL_V_3_1
    1.61 -    default "3.0.13" if KERNEL_V_3_0_13
    1.62 +    default "3.0.14" if KERNEL_V_3_0_14
    1.63      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.64      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.65      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.66      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.67      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.68 -    default "2.6.32.50" if KERNEL_V_2_6_32_50
    1.69 +    default "2.6.32.51" if KERNEL_V_2_6_32_51
    1.70      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.71 -    default "2.6.27.57" if KERNEL_V_2_6_27_57
    1.72 +    default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.73      default "custom" if KERNEL_LINUX_CUSTOM
    1.74  
    1.75  endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS