kernel/linux: remove old versions

Remove those versions whose series does no longer appear on the
front page of kernel.org

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2010-08-31 19:02:45 +02:00
parent 80a4b27e68
commit 8d650db576

View File

@ -34,14 +34,6 @@ config KERNEL_V_2_6_34_2
bool
prompt "2.6.34.2"
config KERNEL_V_2_6_34_1
bool
prompt "2.6.34.1"
config KERNEL_V_2_6_34
bool
prompt "2.6.34"
config KERNEL_V_2_6_33_7
bool
prompt "2.6.33.7"
@ -54,10 +46,6 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
config KERNEL_V_2_6_30_10
bool
prompt "2.6.30.10"
config KERNEL_V_2_6_27_49
bool
prompt "2.6.27.49 (long-term stable)"
@ -96,12 +84,9 @@ config KERNEL_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.35" if KERNEL_V_2_6_35
default "2.6.34.2" if KERNEL_V_2_6_34_2
default "2.6.34.1" if KERNEL_V_2_6_34_1
default "2.6.34" if KERNEL_V_2_6_34
default "2.6.33.7" if KERNEL_V_2_6_33_7
default "2.6.32.17" if KERNEL_V_2_6_32_17
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.30.10" if KERNEL_V_2_6_30_10
default "2.6.27.49" if KERNEL_V_2_6_27_49
choice