config/kernel/linux.in
changeset 1974 444d434c658f
parent 1952 f3c30069f86e
child 1989 f357bc3abfa6
     1.1 --- a/config/kernel/linux.in	Tue May 18 23:03:48 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Thu May 27 10:36:03 2010 +0200
     1.3 @@ -38,6 +38,10 @@
     1.4      bool
     1.5      prompt "2.6.34"
     1.6  
     1.7 +config KERNEL_V_2_6_33_5
     1.8 +    bool
     1.9 +    prompt "2.6.33.5"
    1.10 +
    1.11  config KERNEL_V_2_6_33_4
    1.12      bool
    1.13      prompt "2.6.33.4"
    1.14 @@ -58,9 +62,9 @@
    1.15      bool
    1.16      prompt "2.6.33"
    1.17  
    1.18 -config KERNEL_V_2_6_32_13
    1.19 +config KERNEL_V_2_6_32_14
    1.20      bool
    1.21 -    prompt "2.6.32.13"
    1.22 +    prompt "2.6.32.14"
    1.23  
    1.24  config KERNEL_V_2_6_31_13
    1.25      bool
    1.26 @@ -70,9 +74,9 @@
    1.27      bool
    1.28      prompt "2.6.30.10"
    1.29  
    1.30 -config KERNEL_V_2_6_27_46
    1.31 +config KERNEL_V_2_6_27_47
    1.32      bool
    1.33 -    prompt "2.6.27.46 (long-term stable)"
    1.34 +    prompt "2.6.27.47 (long-term stable)"
    1.35      help
    1.36        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.37        It is intended to fill the niche for users who are not using distribution
    1.38 @@ -94,15 +98,16 @@
    1.39  # Don't remove next line
    1.40  # CT_INSERT_VERSION_STRING_BELOW
    1.41      default "2.6.34" if KERNEL_V_2_6_34
    1.42 +    default "2.6.33.5" if KERNEL_V_2_6_33_5
    1.43      default "2.6.33.4" if KERNEL_V_2_6_33_4
    1.44      default "2.6.33.3" if KERNEL_V_2_6_33_3
    1.45      default "2.6.33.2" if KERNEL_V_2_6_33_2
    1.46      default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.47      default "2.6.33" if KERNEL_V_2_6_33
    1.48 -    default "2.6.32.13" if KERNEL_V_2_6_32_13
    1.49 +    default "2.6.32.14" if KERNEL_V_2_6_32_14
    1.50      default "2.6.31.13" if KERNEL_V_2_6_31_13
    1.51      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.52 -    default "2.6.27.46" if KERNEL_V_2_6_27_46
    1.53 +    default "2.6.27.47" if KERNEL_V_2_6_27_47
    1.54  
    1.55  choice
    1.56      bool