config/kernel/linux.in
changeset 2200 83ce0882d42d
parent 2160 53aa2773dd80
child 2221 0b27f6ceb693
     1.1 --- a/config/kernel/linux.in	Sun Oct 31 12:44:36 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Wed Nov 24 23:10:55 2010 +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_2_6_36_1
     1.8 +    bool
     1.9 +    prompt "2.6.36.1"
    1.10 +
    1.11  config KERNEL_V_2_6_36
    1.12      bool
    1.13      prompt "2.6.36"
    1.14  
    1.15 -config KERNEL_V_2_6_35_8
    1.16 +config KERNEL_V_2_6_35_9
    1.17      bool
    1.18 -    prompt "2.6.35.8"
    1.19 +    prompt "2.6.35.9"
    1.20  
    1.21  config KERNEL_V_2_6_34_7
    1.22      bool
    1.23 @@ -42,9 +46,9 @@
    1.24      bool
    1.25      prompt "2.6.33.7"
    1.26  
    1.27 -config KERNEL_V_2_6_32_25
    1.28 +config KERNEL_V_2_6_32_26
    1.29      bool
    1.30 -    prompt "2.6.32.25 (long-term stable)"
    1.31 +    prompt "2.6.32.26 (long-term stable)"
    1.32      help
    1.33        The Linux 2.6.32 tree is the current "long-term stable" maintenance branch.
    1.34        It is intended to fill the niche for users who are not using distribution
    1.35 @@ -64,9 +68,9 @@
    1.36      bool
    1.37      prompt "2.6.31.14"
    1.38  
    1.39 -config KERNEL_V_2_6_27_55
    1.40 +config KERNEL_V_2_6_27_56
    1.41      bool
    1.42 -    prompt "2.6.27.55 (old long-term stable)"
    1.43 +    prompt "2.6.27.56 (old long-term stable)"
    1.44      help
    1.45        The Linux 2.6.27 tree is the previous "long-term stable" maintenance branch.
    1.46        It is intended to fill the niche for users who are not using distribution
    1.47 @@ -101,13 +105,14 @@
    1.48      string
    1.49  # Don't remove next line
    1.50  # CT_INSERT_VERSION_STRING_BELOW
    1.51 +    default "2.6.36.1" if KERNEL_V_2_6_36_1
    1.52      default "2.6.36" if KERNEL_V_2_6_36
    1.53 -    default "2.6.35.8" if KERNEL_V_2_6_35_8
    1.54 +    default "2.6.35.9" if KERNEL_V_2_6_35_9
    1.55      default "2.6.34.7" if KERNEL_V_2_6_34_7
    1.56      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.57 -    default "2.6.32.25" if KERNEL_V_2_6_32_25
    1.58 +    default "2.6.32.26" if KERNEL_V_2_6_32_26
    1.59      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.60 -    default "2.6.27.55" if KERNEL_V_2_6_27_55
    1.61 +    default "2.6.27.56" if KERNEL_V_2_6_27_56
    1.62  
    1.63  choice
    1.64      bool