config/kernel/linux.in
changeset 2105 0d4a72f421a0
parent 2104 975294cdc8f5
child 2135 ffef1f437106
     1.1 --- a/config/kernel/linux.in	Tue Aug 31 19:02:45 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Tue Aug 31 18:57:56 2010 +0200
     1.3 @@ -26,29 +26,45 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_35_4
     1.8 +    bool
     1.9 +    prompt "2.6.35.4"
    1.10 +
    1.11 +config KERNEL_V_2_6_35_3
    1.12 +    bool
    1.13 +    prompt "2.6.35.3"
    1.14 +
    1.15 +config KERNEL_V_2_6_35_2
    1.16 +    bool
    1.17 +    prompt "2.6.35.2"
    1.18 +
    1.19 +config KERNEL_V_2_6_35_1
    1.20 +    bool
    1.21 +    prompt "2.6.35.1"
    1.22 +
    1.23  config KERNEL_V_2_6_35
    1.24      bool
    1.25      prompt "2.6.35"
    1.26  
    1.27 -config KERNEL_V_2_6_34_2
    1.28 +config KERNEL_V_2_6_34_6
    1.29      bool
    1.30 -    prompt "2.6.34.2"
    1.31 +    prompt "2.6.34.6"
    1.32  
    1.33  config KERNEL_V_2_6_33_7
    1.34      bool
    1.35      prompt "2.6.33.7"
    1.36  
    1.37 -config KERNEL_V_2_6_32_17
    1.38 +config KERNEL_V_2_6_32_21
    1.39      bool
    1.40 -    prompt "2.6.32.17"
    1.41 +    prompt "2.6.32.21"
    1.42  
    1.43  config KERNEL_V_2_6_31_14
    1.44      bool
    1.45      prompt "2.6.31.14"
    1.46  
    1.47 -config KERNEL_V_2_6_27_49
    1.48 +config KERNEL_V_2_6_27_53
    1.49      bool
    1.50 -    prompt "2.6.27.49 (long-term stable)"
    1.51 +    prompt "2.6.27.53 (long-term stable)"
    1.52      help
    1.53        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.54        It is intended to fill the niche for users who are not using distribution
    1.55 @@ -82,12 +98,16 @@
    1.56      string
    1.57  # Don't remove next line
    1.58  # CT_INSERT_VERSION_STRING_BELOW
    1.59 +    default "2.6.35.4" if KERNEL_V_2_6_35_4
    1.60 +    default "2.6.35.3" if KERNEL_V_2_6_35_3
    1.61 +    default "2.6.35.2" if KERNEL_V_2_6_35_2
    1.62 +    default "2.6.35.1" if KERNEL_V_2_6_35_1
    1.63      default "2.6.35" if KERNEL_V_2_6_35
    1.64 -    default "2.6.34.2" if KERNEL_V_2_6_34_2
    1.65 +    default "2.6.34.6" if KERNEL_V_2_6_34_6
    1.66      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.67 -    default "2.6.32.17" if KERNEL_V_2_6_32_17
    1.68 +    default "2.6.32.21" if KERNEL_V_2_6_32_21
    1.69      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.70 -    default "2.6.27.49" if KERNEL_V_2_6_27_49
    1.71 +    default "2.6.27.53" if KERNEL_V_2_6_27_53
    1.72  
    1.73  choice
    1.74      bool