config/kernel/linux.in
changeset 2104 975294cdc8f5
parent 2063 57d5da4e4d25
child 2105 0d4a72f421a0
     1.1 --- a/config/kernel/linux.in	Mon Aug 02 21:06:13 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Tue Aug 31 19:02:45 2010 +0200
     1.3 @@ -34,14 +34,6 @@
     1.4      bool
     1.5      prompt "2.6.34.2"
     1.6  
     1.7 -config KERNEL_V_2_6_34_1
     1.8 -    bool
     1.9 -    prompt "2.6.34.1"
    1.10 -
    1.11 -config KERNEL_V_2_6_34
    1.12 -    bool
    1.13 -    prompt "2.6.34"
    1.14 -
    1.15  config KERNEL_V_2_6_33_7
    1.16      bool
    1.17      prompt "2.6.33.7"
    1.18 @@ -54,10 +46,6 @@
    1.19      bool
    1.20      prompt "2.6.31.14"
    1.21  
    1.22 -config KERNEL_V_2_6_30_10
    1.23 -    bool
    1.24 -    prompt "2.6.30.10"
    1.25 -
    1.26  config KERNEL_V_2_6_27_49
    1.27      bool
    1.28      prompt "2.6.27.49 (long-term stable)"
    1.29 @@ -96,12 +84,9 @@
    1.30  # CT_INSERT_VERSION_STRING_BELOW
    1.31      default "2.6.35" if KERNEL_V_2_6_35
    1.32      default "2.6.34.2" if KERNEL_V_2_6_34_2
    1.33 -    default "2.6.34.1" if KERNEL_V_2_6_34_1
    1.34 -    default "2.6.34" if KERNEL_V_2_6_34
    1.35      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.36      default "2.6.32.17" if KERNEL_V_2_6_32_17
    1.37      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.38 -    default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.39      default "2.6.27.49" if KERNEL_V_2_6_27_49
    1.40  
    1.41  choice