kernel/linux: nuke oldish versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 23 23:29:46 2010 +0200 (2010-10-23)
changeset 2159c27380b72046
parent 2158 cff04df67d28
child 2160 53aa2773dd80
child 2162 3cec1d170ba4
kernel/linux: nuke oldish versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sat Oct 23 23:28:48 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Sat Oct 23 23:29:46 2010 +0200
     1.3 @@ -34,34 +34,6 @@
     1.4      bool
     1.5      prompt "2.6.35.7"
     1.6  
     1.7 -config KERNEL_V_2_6_35_6
     1.8 -    bool
     1.9 -    prompt "2.6.35.6"
    1.10 -
    1.11 -config KERNEL_V_2_6_35_5
    1.12 -    bool
    1.13 -    prompt "2.6.35.5"
    1.14 -
    1.15 -config KERNEL_V_2_6_35_4
    1.16 -    bool
    1.17 -    prompt "2.6.35.4"
    1.18 -
    1.19 -config KERNEL_V_2_6_35_3
    1.20 -    bool
    1.21 -    prompt "2.6.35.3"
    1.22 -
    1.23 -config KERNEL_V_2_6_35_2
    1.24 -    bool
    1.25 -    prompt "2.6.35.2"
    1.26 -
    1.27 -config KERNEL_V_2_6_35_1
    1.28 -    bool
    1.29 -    prompt "2.6.35.1"
    1.30 -
    1.31 -config KERNEL_V_2_6_35
    1.32 -    bool
    1.33 -    prompt "2.6.35"
    1.34 -
    1.35  config KERNEL_V_2_6_34_7
    1.36      bool
    1.37      prompt "2.6.34.7"
    1.38 @@ -131,13 +103,6 @@
    1.39  # CT_INSERT_VERSION_STRING_BELOW
    1.40      default "2.6.36" if KERNEL_V_2_6_36
    1.41      default "2.6.35.7" if KERNEL_V_2_6_35_7
    1.42 -    default "2.6.35.6" if KERNEL_V_2_6_35_6
    1.43 -    default "2.6.35.5" if KERNEL_V_2_6_35_5
    1.44 -    default "2.6.35.4" if KERNEL_V_2_6_35_4
    1.45 -    default "2.6.35.3" if KERNEL_V_2_6_35_3
    1.46 -    default "2.6.35.2" if KERNEL_V_2_6_35_2
    1.47 -    default "2.6.35.1" if KERNEL_V_2_6_35_1
    1.48 -    default "2.6.35" if KERNEL_V_2_6_35
    1.49      default "2.6.34.7" if KERNEL_V_2_6_34_7
    1.50      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.51      default "2.6.32.24" if KERNEL_V_2_6_32_24