# HG changeset patch # User "Yann E. MORIN" # Date 1283274165 -7200 # Node ID 975294cdc8f50a8355e5b617db0ca6d99c19c8e7 # Parent 62834fa05290cb5e76bc86bb02aa0bc2726dc5af 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" diff -r 62834fa05290 -r 975294cdc8f5 config/kernel/linux.in --- a/config/kernel/linux.in Mon Aug 30 22:51:22 2010 +0200 +++ b/config/kernel/linux.in Tue Aug 31 19:02:45 2010 +0200 @@ -34,14 +34,6 @@ 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 @@ 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 @@ # 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