summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-31 17:02:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-31 17:02:45 (GMT)
commit8d650db576ba879a288b803f66f8f306f653fd22 (patch)
tree9723f2381d59ef90cf12e3b31274cd88b823e00a
parent80a4b27e68e96983500939ad71b43fee1d545efd (diff)
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>
-rw-r--r--config/kernel/linux.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 288c575..ec97d5c 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -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