From 4fb0c302e0809c1f88a8573e87ce46da1d821a8f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 28 Oct 2009 18:55:40 +0100 Subject: config: rip-out versions marked as OBSOLETE --- config/kernel/linux.in | 55 -------------------------------------------------- 1 file changed, 55 deletions(-) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 34c54225..e5792c55 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -90,51 +90,6 @@ config KERNEL_V_2_6_27_35 bool prompt "2.6.27.35 (long-term stable)" -config KERNEL_V_2_6_26_8 - bool - prompt "2.6.26.8 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_25_20 - bool - prompt "2.6.25.20 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_24_7 - bool - prompt "2.6.24.7 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_23_17 - bool - prompt "2.6.23.17 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_22_19 - bool - prompt "2.6.22.19 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_21_7 - bool - prompt "2.6.21.7 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_20_21 - bool - prompt "2.6.20.21 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_19_7 - bool - prompt "2.6.19.7 (OBSOLETE)" - depends on OBSOLETE - -config KERNEL_V_2_6_18_8 - bool - prompt "2.6.18.8 (OBSOLETE)" - depends on OBSOLETE - config KERNEL_V_select bool prompt "Other version (EXPERIMENTAL)" @@ -159,18 +114,8 @@ config KERNEL_VERSION default "2.6.30.1" if KERNEL_V_2_6_30_1 default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 - default "2.6.29" if KERNEL_V_2_6_29 default "2.6.28.10" if KERNEL_V_2_6_28_10 default "2.6.27.35" if KERNEL_V_2_6_27_35 - default "2.6.26.8" if KERNEL_V_2_6_26_8 - default "2.6.25.20" if KERNEL_V_2_6_25_20 - default "2.6.24.7" if KERNEL_V_2_6_24_7 - default "2.6.23.17" if KERNEL_V_2_6_23_17 - default "2.6.22.19" if KERNEL_V_2_6_22_19 - default "2.6.21.7" if KERNEL_V_2_6_21_7 - default "2.6.20.21" if KERNEL_V_2_6_20_21 - default "2.6.19.7" if KERNEL_V_2_6_19_7 - default "2.6.18.8" if KERNEL_V_2_6_18_8 help Enter here the kernel version you want to use, if it is not listed above. Something like V.P.S or V.P.S.E, where: -- cgit v1.2.3 From 1b8b28d040a917c4d271f68729451d0a2c4a42e5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 21 Oct 2009 00:06:22 +0200 Subject: kernel/linux: remove the version prompt --- config/kernel/linux.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index e5792c55..04e9d7b3 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -90,16 +90,10 @@ config KERNEL_V_2_6_27_35 bool prompt "2.6.27.35 (long-term stable)" -config KERNEL_V_select - bool - prompt "Other version (EXPERIMENTAL)" - depends on EXPERIMENTAL - endchoice config KERNEL_VERSION string - prompt "Kernel version" if KERNEL_V_select # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "2.6.31.1" if KERNEL_V_2_6_31_1 @@ -116,13 +110,6 @@ config KERNEL_VERSION default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 default "2.6.27.35" if KERNEL_V_2_6_27_35 - help - Enter here the kernel version you want to use, if it is - not listed above. Something like V.P.S or V.P.S.E, where: - V: VERSION - P: PATCHLEVEL - S: SUBLEVEL - E: EXTRAVERSION choice bool -- cgit v1.2.3 From 8515a28fce49950c03e8ec5ec1894b67a30f13c5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Oct 2009 18:49:15 +0100 Subject: kernel/linux: add latest versions --- config/kernel/linux.in | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 04e9d7b3..5235e2cb 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -34,6 +34,22 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_31_5 + bool + prompt "2.6.31.5" + +config KERNEL_V_2_6_31_4 + bool + prompt "2.6.31.4" + +config KERNEL_V_2_6_31_3 + bool + prompt "2.6.31.3" + +config KERNEL_V_2_6_31_2 + bool + prompt "2.6.31.2" + config KERNEL_V_2_6_31_1 bool prompt "2.6.31.1" @@ -42,6 +58,10 @@ config KERNEL_V_2_6_31 bool prompt "2.6.31" +config KERNEL_V_3_6_30_9 + bool + prompt "3.6.30.9" + config KERNEL_V_3_6_30_8 bool prompt "3.6.30.8" @@ -86,9 +106,9 @@ config KERNEL_V_2_6_28_10 bool prompt "2.6.28.10" -config KERNEL_V_2_6_27_35 +config KERNEL_V_2_6_27_38 bool - prompt "2.6.27.35 (long-term stable)" + prompt "2.6.27.38 (long-term stable)" endchoice @@ -96,8 +116,13 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.31.5" if KERNEL_V_2_6_31_5 + default "2.6.31.4" if KERNEL_V_2_6_31_4 + default "2.6.31.3" if KERNEL_V_2_6_31_3 + default "2.6.31.2" if KERNEL_V_2_6_31_2 default "2.6.31.1" if KERNEL_V_2_6_31_1 default "2.6.31" if KERNEL_V_2_6_31 + default "3.6.30.9" if KERNEL_V_3_6_30_9 default "3.6.30.8" if KERNEL_V_3_6_30_8 default "3.6.30.7" if KERNEL_V_3_6_30_7 default "2.6.30.6" if KERNEL_V_2_6_30_6 @@ -109,7 +134,7 @@ config KERNEL_VERSION default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.35" if KERNEL_V_2_6_27_35 + default "2.6.27.38" if KERNEL_V_2_6_27_38 choice bool -- cgit v1.2.3 From 0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 28 Oct 2009 19:15:50 +0100 Subject: config: mark now old versions as being OBSOLETE These versions are kept for the upcoming release, but they will be removed from the next release if they are not used. --- config/binutils/binutils.in | 6 ++++-- config/cc/gcc.in | 15 ++++++++++----- config/companion_libs/cloog.in | 9 ++++++--- config/companion_libs/gmp.in | 6 ++++-- config/companion_libs/mpc.in | 3 ++- config/companion_libs/mpfr.in | 6 ++++-- config/debug/duma.in | 12 ++++++++---- config/debug/gdb.in | 3 ++- config/debug/ltrace.in | 6 ++++-- config/debug/strace.in | 9 ++++++--- config/kernel/linux.in | 6 ++++-- config/libc/eglibc.in | 12 ++++++++---- config/libc/glibc.in | 15 ++++++++++----- config/libc/uClibc.in | 6 ++++-- config/tools/libelf.in | 3 ++- config/tools/sstrip.in | 3 ++- 16 files changed, 80 insertions(+), 40 deletions(-) (limited to 'config/kernel') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index f6e09f7c..11b09c70 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -26,11 +26,13 @@ config BINUTILS_V_2_18 config BINUTILS_V_2_17 bool - prompt "2.17" + prompt "2.17 (OBSOLETE)" + depends on OBSOLETE config BINUTILS_V_2_16_1 bool - prompt "2.16.1" + prompt "2.16.1 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a3c3eed2..e935a8b0 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -72,7 +72,8 @@ config CC_V_4_2_4 config CC_V_4_2_3 bool - prompt "4.2.3" + prompt "4.2.3 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_2_2 bool @@ -80,19 +81,23 @@ config CC_V_4_2_2 config CC_V_4_2_1 bool - prompt "4.2.1" + prompt "4.2.1 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_2_0 bool - prompt "4.2.0" + prompt "4.2.0 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_1_2 bool - prompt "4.1.2" + prompt "4.1.2 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_0_4 bool - prompt "4.0.4" + prompt "4.0.4 (OBSOLETE)" + depends on OBSOLETE config CC_V_3_4_6 bool diff --git a/config/companion_libs/cloog.in b/config/companion_libs/cloog.in index 75ddb149..1786d81b 100644 --- a/config/companion_libs/cloog.in +++ b/config/companion_libs/cloog.in @@ -16,15 +16,18 @@ config CLOOG_V_0_15_6 config CLOOG_V_0_15_5 bool - prompt "0.15.5" + prompt "0.15.5 (OBSOLETE)" + depends on OBSOLETE config CLOOG_V_0_15_4 bool - prompt "0.15.4" + prompt "0.15.4 (OBSOLETE)" + depends on OBSOLETE config CLOOG_V_0_15_3 bool - prompt "0.15.3" + prompt "0.15.3 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in index 75628d9a..67024925 100644 --- a/config/companion_libs/gmp.in +++ b/config/companion_libs/gmp.in @@ -16,11 +16,13 @@ config GMP_V_4_3_0 config GMP_V_4_2_4 bool - prompt "4.2.4" + prompt "4.2.4 (OBSOLETE)" + depends on OBSOLETE config GMP_V_4_2_2 bool - prompt "4.2.2" + prompt "4.2.2 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/companion_libs/mpc.in b/config/companion_libs/mpc.in index 27e9b906..53182384 100644 --- a/config/companion_libs/mpc.in +++ b/config/companion_libs/mpc.in @@ -12,7 +12,8 @@ config MPC_V_0_7 config MPC_V_0_6 bool - prompt "0.6" + prompt "0.6 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/companion_libs/mpfr.in b/config/companion_libs/mpfr.in index 61f057a1..118e229d 100644 --- a/config/companion_libs/mpfr.in +++ b/config/companion_libs/mpfr.in @@ -16,11 +16,13 @@ config MPFR_V_2_4_0 config MPFR_V_2_3_2 bool - prompt "2.3.2" + prompt "2.3.2 (OBSOLETE)" + depends on OBSOLETE config MPFR_V_2_3_1 bool - prompt "2.3.1" + prompt "2.3.1 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/debug/duma.in b/config/debug/duma.in index 0afb5b8e..753a879d 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -29,19 +29,23 @@ config DUMA_V_2_5_15 config DUMA_V_2_5_14 bool - prompt "2_5_14" + prompt "2_5_14 (OBSOLETE)" + depends on OBSOLETE config DUMA_V_2_5_12 bool - prompt "2_5_12" + prompt "2_5_12 (OBSOLETE)" + depends on OBSOLETE config DUMA_V_2_5_8 bool - prompt "2_5_8" + prompt "2_5_8 (OBSOLETE)" + depends on OBSOLETE config DUMA_V_2_5_1 bool - prompt "2_5_1" + prompt "2_5_1 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 1a4bc602..ecda6c58 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -138,7 +138,8 @@ config NCURSES_V_5_7 config NCURSES_V_5_6 bool - prompt "5.6" + prompt "5.6 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index 50d365d1..b119410f 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -25,11 +25,13 @@ config LTRACE_V_0_5_1 config LTRACE_V_0_5 bool - prompt "0.5" + prompt "0.5 (OBSOLETE)" + depends on OBSOLETE config LTRACE_V_0_4 bool - prompt "0.4" + prompt "0.4 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/debug/strace.in b/config/debug/strace.in index 4fc58462..0b9e4466 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -19,15 +19,18 @@ config STRACE_V_4_5_18 config STRACE_V_4_5_17 bool - prompt "4.5.17" + prompt "4.5.17 (OBSOLETE)" + depends on OBSOLETE config STRACE_V_4_5_16 bool - prompt "4.5.16" + prompt "4.5.16 (OBSOLETE)" + depends on OBSOLETE config STRACE_V_4_5_15 bool - prompt "4.5.15" + prompt "4.5.15 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 5235e2cb..9a388ee9 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -100,11 +100,13 @@ config KERNEL_V_2_6_30 config KERNEL_V_2_6_29_6 bool - prompt "2.6.29.6" + prompt "2.6.29.6 (OBSOLETE)" + depends on OBSOLETE config KERNEL_V_2_6_28_10 bool - prompt "2.6.28.10" + prompt "2.6.28.10 (OBSOLETE)" + depends on OBSOLETE config KERNEL_V_2_6_27_38 bool diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 877b6f37..f37ff89c 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -28,19 +28,23 @@ config EGLIBC_V_2_9 config EGLIBC_V_2_8 bool - prompt "2_8" + prompt "2_8 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_7 bool - prompt "2_7" + prompt "2_7 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_6 bool - prompt "2_6" + prompt "2_6 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_5 bool - prompt "2_5" + prompt "2_5 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_TRUNK bool diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 777657c2..ac57fa0a 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -26,23 +26,28 @@ config LIBC_V_2_8 config LIBC_V_2_7 bool - prompt "2.7" + prompt "2.7 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_2_6_1 bool - prompt "2.6.1" + prompt "2.6.1 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_2_6 bool - prompt "2.6" + prompt "2.6 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_2_5_1 bool - prompt "2.5.1" + prompt "2.5.1 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_2_5 bool - prompt "2.5" + prompt "2.5 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_2_3_6 bool diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index dcaace34..d38f83d3 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -26,11 +26,13 @@ config LIBC_V_0_9_30 config LIBC_V_0_9_29 bool - prompt "0.9.29" + prompt "0.9.29 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_0_9_28_3 bool - prompt "0.9.28.3" + prompt "0.9.28.3 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_snapshot bool diff --git a/config/tools/libelf.in b/config/tools/libelf.in index 10ed90c7..f195868e 100644 --- a/config/tools/libelf.in +++ b/config/tools/libelf.in @@ -21,7 +21,8 @@ config LIBELF_V_0_8_11 config LIBELF_V_0_8_10 bool - prompt "0.8.10" + prompt "0.8.10 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in index 5abd0f36..975e74fc 100644 --- a/config/tools/sstrip.in +++ b/config/tools/sstrip.in @@ -19,7 +19,8 @@ config SSTRIP_BUILDROOT config SSTRIP_ELFKICKERS bool - prompt "ELFkickers" + prompt "ELFkickers (OBSOLETE)" + depends on OBSOLETE help The original, ageing version, of sstrip from ELFkickers. Fully functional, but not maintained anymore. -- cgit v1.2.3