summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
commit6c368af5b4e68c05c8774ea5795b708aca9d0d66 (patch)
tree85f99014c1d7d312006d95d6dc37f9bf1ab47b8e /config
parentab0fc7eab41d6e253549dbc63431f9ba153a0418 (diff)
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in135
-rw-r--r--config/cc_gcc.in80
-rw-r--r--config/debug/dmalloc.in2
-rw-r--r--config/debug/gdb.in14
-rw-r--r--config/debug/ltrace.in2
-rw-r--r--config/debug/strace.in82
-rw-r--r--config/kernel_linux_headers_copy.in644
-rw-r--r--config/kernel_linux_headers_install.in229
-rw-r--r--config/libc_glibc.in118
-rw-r--r--config/libc_uClibc.in24
-rw-r--r--config/tools/libelf.in44
11 files changed, 37 insertions, 1337 deletions
diff --git a/config/binutils.in b/config/binutils.in
index c620ee3..b3a35c4 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -9,50 +9,16 @@ choice
bool
prompt "binutils version"
-config BINUTILS_V_2_11_2
- bool
- prompt "2.11.2"
- depends on OBSOLETE
-
-config BINUTILS_V_2_13_90
- bool
- prompt "2.13.90"
- depends on OBSOLETE
-
config BINUTILS_V_2_14
bool
- prompt "2.14"
- depends on OBSOLETE
-
-config BINUTILS_V_2_14_90
- bool
- prompt "2.14.90"
- depends on OBSOLETE
-
-config BINUTILS_V_2_14_92
- bool
- prompt "2.14.92"
+ prompt "2.14 (OBSOLETE)"
depends on OBSOLETE
config BINUTILS_V_2_15
bool
- prompt "2.15"
+ prompt "2.15 (OBSOLETE)"
depends on OBSOLETE
-config BINUTILS_V_2_15_90
- bool
- prompt "2.15.90"
- depends on OBSOLETE
-
-config BINUTILS_V_2_15_91
- bool
- prompt "2.15.91"
- depends on OBSOLETE
-
-config BINUTILS_V_2_16
- bool
- prompt "2.16"
-
config BINUTILS_V_2_16_1
bool
prompt "2.16.1"
@@ -61,89 +27,19 @@ config BINUTILS_V_2_17
bool
prompt "2.17"
-config BINUTILS_V_2_17_50_0_1
- bool
- prompt "2.17.50.0.1"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_2
- bool
- prompt "2.17.50.0.2"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_3
- bool
- prompt "2.17.50.0.3"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_4
- bool
- prompt "2.17.50.0.4"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_5
- bool
- prompt "2.17.50.0.5"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_6
- bool
- prompt "2.17.50.0.6"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_7
- bool
- prompt "2.17.50.0.7"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_8
- bool
- prompt "2.17.50.0.8"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_9
- bool
- prompt "2.17.50.0.9"
- depends on EXPERIMENTAL
-
config BINUTILS_V_2_17_50_0_10
bool
- prompt "2.17.50.0.10"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_11
- bool
- prompt "2.17.50.0.11"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_12
- bool
- prompt "2.17.50.0.12"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_13
- bool
- prompt "2.17.50.0.13"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_14
- bool
- prompt "2.17.50.0.14"
+ prompt "2.17.50.0.10 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_17_50_0_15
bool
- prompt "2.17.50.0.15"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_17_50_0_16
- bool
- prompt "2.17.50.0.16"
+ prompt "2.17.50.0.15 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_17_50_0_17
bool
- prompt "2.17.50.0.17"
+ prompt "2.17.50.0.17 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_17_50_0_18
@@ -157,33 +53,12 @@ endchoice
config BINUTILS_VERSION
string
- default "2.11.2" if BINUTILS_V_2_11_2
- default "2.13.90" if BINUTILS_V_2_13_90
default "2.14" if BINUTILS_V_2_14
- default "2.14.90" if BINUTILS_V_2_14_90
- default "2.14.92" if BINUTILS_V_2_14_92
default "2.15" if BINUTILS_V_2_15
- default "2.15.90" if BINUTILS_V_2_15_90
- default "2.15.91" if BINUTILS_V_2_15_91
- default "2.16" if BINUTILS_V_2_16
default "2.16.1" if BINUTILS_V_2_16_1
default "2.17" if BINUTILS_V_2_17
- default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
- default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
- default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
- default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
- default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
- default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
- default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
- default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
- default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
- default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
- default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
- default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
- default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15
- default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16
default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17
default "2.17.50.0.18" if BINUTILS_V_2_17_50_0_18
# CT_INSERT_VERSION_STRING_ABOVE
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 370381d..37e7467 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -6,81 +6,23 @@ choice
config CC_V_2_95_3
bool
- prompt "2.95.3"
+ prompt "2.95.3 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_2_3
bool
- prompt "3.2.3"
- depends on OBSOLETE
-
-config CC_V_3_3
- bool
- prompt "3.3"
- depends on OBSOLETE
-
-config CC_V_3_3_1
- bool
- prompt "3.3.1"
- depends on OBSOLETE
-
-config CC_V_3_3_2
- bool
- prompt "3.3.2"
- depends on OBSOLETE
-
-config CC_V_3_3_3
- bool
- prompt "3.3.3"
- depends on OBSOLETE
-
-config CC_V_3_3_4
- bool
- prompt "3.3.4"
- depends on OBSOLETE
-
-config CC_V_3_3_5
- bool
- prompt "3.3.5"
+ prompt "3.2.3 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_3_6
bool
- prompt "3.3.6"
-
-config CC_V_3_4_0
- bool
- prompt "3.4.0"
- depends on OBSOLETE
-
-config CC_V_3_4_1
- bool
- prompt "3.4.1"
- depends on OBSOLETE
-
-config CC_V_3_4_2
- bool
- prompt "3.4.2"
- depends on OBSOLETE
-
-config CC_V_3_4_3
- bool
- prompt "3.4.3"
- depends on OBSOLETE
-
-config CC_V_3_4_4
- bool
- prompt "3.4.4"
- depends on OBSOLETE
-
-config CC_V_3_4_5
- bool
- prompt "3.4.5"
+ prompt "3.3.6 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_4_6
bool
- prompt "3.4.6"
+ prompt "3.4.6 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_0_0
bool
@@ -130,19 +72,7 @@ config CC_VERSION
string
default "2.95.3" if CC_V_2_95_3
default "3.2.3" if CC_V_3_2_3
- default "3.3" if CC_V_3_3
- default "3.3.1" if CC_V_3_3_1
- default "3.3.2" if CC_V_3_3_2
- default "3.3.3" if CC_V_3_3_3
- default "3.3.4" if CC_V_3_3_4
- default "3.3.5" if CC_V_3_3_5
default "3.3.6" if CC_V_3_3_6
- default "3.4.0" if CC_V_3_4_0
- default "3.4.1" if CC_V_3_4_1
- default "3.4.2" if CC_V_3_4_2
- default "3.4.3" if CC_V_3_4_3
- default "3.4.4" if CC_V_3_4_4
- default "3.4.5" if CC_V_3_4_5
default "3.4.6" if CC_V_3_4_6
default "4.0.0" if CC_V_4_0_0
default "4.0.1" if CC_V_4_0_1
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index fa0bbaa..8a53c71 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -13,7 +13,7 @@ choice
config DMALLOC_V_5_4_3
bool
- prompt "5.4.3"
+ prompt "5.4.3 (OBSOLETE)"
depends on OBSOLETE
config DMALLOC_V_5_5_2
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 086524c..a94e813 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -42,19 +42,9 @@ config GDB_V_snapshot
prompt "snapshot (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config GDB_V_6_2_1
- bool
- prompt "6.2.1"
- depends on OBSOLETE
-
-config GDB_V_6_3
- bool
- prompt "6.3"
- depends on OBSOLETE
-
config GDB_V_6_4
bool
- prompt "6.4"
+ prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_5
@@ -72,8 +62,6 @@ endchoice
config GDB_VERSION
string
default "snapshot" if GDB_V_snapshot
- default "6.2.1" if GDB_V_6_2_1
- default "6.3" if GDB_V_6_3
default "6.4" if GDB_V_6_4
default "6.5" if GDB_V_6_5
default "6.6" if GDB_V_6_6
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index f9448ee..84b93ba 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -20,7 +20,7 @@ choice
config LTRACE_V_0_3_36
bool
- prompt "0.3.36"
+ prompt "0.3.36 (OBSOLETE)"
depends on OBSOLETE
config LTRACE_V_0_4
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 2fb789d..7a388c6 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -13,77 +13,12 @@ choice
config STRACE_V_4_5
bool
- prompt "4.5"
- depends on OBSOLETE
-
-config STRACE_V_4_5_1
- bool
- prompt "4.5.1"
- depends on OBSOLETE
-
-config STRACE_V_4_5_2
- bool
- prompt "4.5.2"
- depends on OBSOLETE
-
-config STRACE_V_4_5_3
- bool
- prompt "4.5.3"
- depends on OBSOLETE
-
-config STRACE_V_4_5_4
- bool
- prompt "4.5.4"
- depends on OBSOLETE
-
-config STRACE_V_4_5_5
- bool
- prompt "4.5.5"
- depends on OBSOLETE
-
-config STRACE_V_4_5_6
- bool
- prompt "4.5.6"
- depends on OBSOLETE
-
-config STRACE_V_4_5_7
- bool
- prompt "4.5.7"
- depends on OBSOLETE
-
-config STRACE_V_4_5_8
- bool
- prompt "4.5.8"
- depends on OBSOLETE
-
-config STRACE_V_4_5_9
- bool
- prompt "4.5.9"
- depends on OBSOLETE
-
-config STRACE_V_4_5_10
- bool
- prompt "4.5.10"
- depends on OBSOLETE
-
-config STRACE_V_4_5_11
- bool
- prompt "4.5.11"
- depends on OBSOLETE
-
-config STRACE_V_4_5_12
- bool
- prompt "4.5.12"
- depends on OBSOLETE
-
-config STRACE_V_4_5_13
- bool
- prompt "4.5.13"
+ prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5_14
bool
- prompt "4.5.14"
+ prompt "4.5.14 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5_15
@@ -97,19 +32,6 @@ endchoice
config STRACE_VERSION
string
default "4.5" if STRACE_V_4_5
- default "4.5.1" if STRACE_V_4_5_1
- default "4.5.2" if STRACE_V_4_5_2
- default "4.5.3" if STRACE_V_4_5_3
- default "4.5.4" if STRACE_V_4_5_4
- default "4.5.5" if STRACE_V_4_5_5
- default "4.5.6" if STRACE_V_4_5_6
- default "4.5.7" if STRACE_V_4_5_7
- default "4.5.8" if STRACE_V_4_5_8
- default "4.5.9" if STRACE_V_4_5_9
- default "4.5.10" if STRACE_V_4_5_10
- default "4.5.11" if STRACE_V_4_5_11
- default "4.5.12" if STRACE_V_4_5_12
- default "4.5.13" if STRACE_V_4_5_13
default "4.5.14" if STRACE_V_4_5_14
default "4.5.15" if STRACE_V_4_5_15
# CT_INSERT_VERSION_STRING_ABOVE
diff --git a/config/kernel_linux_headers_copy.in b/config/kernel_linux_headers_copy.in
index f18bed5..54eb700 100644
--- a/config/kernel_linux_headers_copy.in
+++ b/config/kernel_linux_headers_copy.in
@@ -2,25 +2,9 @@ choice
bool
prompt "Linux kernel version"
-config KERNEL_COPY_V_2_6_0
+config KERNEL_COPY_V_2_4_26
bool
- prompt "2.6.0"
-
-config KERNEL_COPY_V_2_6_1
- bool
- prompt "2.6.1"
-
-config KERNEL_COPY_V_2_6_2
- bool
- prompt "2.6.2"
-
-config KERNEL_COPY_V_2_6_3
- bool
- prompt "2.6.3"
-
-config KERNEL_COPY_V_2_6_4
- bool
- prompt "2.6.4"
+ prompt "2.4.26"
config KERNEL_COPY_V_2_6_5
bool
@@ -38,645 +22,21 @@ config KERNEL_COPY_V_2_6_8
bool
prompt "2.6.8"
-config KERNEL_COPY_V_2_6_8_1
- bool
- prompt "2.6.8.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_9
- bool
- prompt "2.6.9"
-
-config KERNEL_COPY_V_2_6_10
- bool
- prompt "2.6.10"
-
-config KERNEL_COPY_V_2_6_11
- bool
- prompt "2.6.11"
-
-config KERNEL_COPY_V_2_6_11_1
- bool
- prompt "2.6.11.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_10
- bool
- prompt "2.6.11.10"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_11
- bool
- prompt "2.6.11.11"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_12
- bool
- prompt "2.6.11.12"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_2
- bool
- prompt "2.6.11.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
config KERNEL_COPY_V_2_6_11_3
bool
prompt "2.6.11.3"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
-config KERNEL_COPY_V_2_6_11_4
- bool
- prompt "2.6.11.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_5
- bool
- prompt "2.6.11.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_6
- bool
- prompt "2.6.11.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_7
- bool
- prompt "2.6.11.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_8
- bool
- prompt "2.6.11.8"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_11_9
- bool
- prompt "2.6.11.9"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12
- bool
- prompt "2.6.12"
-
-config KERNEL_COPY_V_2_6_12_1
- bool
- prompt "2.6.12.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12_2
- bool
- prompt "2.6.12.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12_3
- bool
- prompt "2.6.12.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12_4
- bool
- prompt "2.6.12.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12_5
- bool
- prompt "2.6.12.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_12_6
- bool
- prompt "2.6.12.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_13
- bool
- prompt "2.6.13"
-
-config KERNEL_COPY_V_2_6_13_1
- bool
- prompt "2.6.13.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_13_2
- bool
- prompt "2.6.13.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_13_3
- bool
- prompt "2.6.13.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_13_4
- bool
- prompt "2.6.13.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_13_5
- bool
- prompt "2.6.13.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14
- bool
- prompt "2.6.14"
-
-config KERNEL_COPY_V_2_6_14_1
- bool
- prompt "2.6.14.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_2
- bool
- prompt "2.6.14.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_3
- bool
- prompt "2.6.14.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_4
- bool
- prompt "2.6.14.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_5
- bool
- prompt "2.6.14.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_6
- bool
- prompt "2.6.14.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_14_7
- bool
- prompt "2.6.14.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15
- bool
- prompt "2.6.15"
-
-config KERNEL_COPY_V_2_6_15_1
- bool
- prompt "2.6.15.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_2
- bool
- prompt "2.6.15.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_3
- bool
- prompt "2.6.15.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_4
- bool
- prompt "2.6.15.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_5
- bool
- prompt "2.6.15.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_6
- bool
- prompt "2.6.15.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_15_7
- bool
- prompt "2.6.15.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16
- bool
- prompt "2.6.16"
-
-config KERNEL_COPY_V_2_6_16_1
- bool
- prompt "2.6.16.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_10
- bool
- prompt "2.6.16.10"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_11
- bool
- prompt "2.6.16.11"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_12
- bool
- prompt "2.6.16.12"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_13
- bool
- prompt "2.6.16.13"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_14
- bool
- prompt "2.6.16.14"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_15
- bool
- prompt "2.6.16.15"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_16
- bool
- prompt "2.6.16.16"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_17
- bool
- prompt "2.6.16.17"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_18
- bool
- prompt "2.6.16.18"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_19
- bool
- prompt "2.6.16.19"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_2
- bool
- prompt "2.6.16.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_20
- bool
- prompt "2.6.16.20"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_21
- bool
- prompt "2.6.16.21"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_22
- bool
- prompt "2.6.16.22"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_23
- bool
- prompt "2.6.16.23"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_24
- bool
- prompt "2.6.16.24"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_25
- bool
- prompt "2.6.16.25"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_26
- bool
- prompt "2.6.16.26"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_27
- bool
- prompt "2.6.16.27"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_28
- bool
- prompt "2.6.16.28"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_29
- bool
- prompt "2.6.16.29"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_3
- bool
- prompt "2.6.16.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_30
- bool
- prompt "2.6.16.30"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_31
- bool
- prompt "2.6.16.31"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_32
- bool
- prompt "2.6.16.32"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_33
- bool
- prompt "2.6.16.33"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_34
- bool
- prompt "2.6.16.34"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_35
- bool
- prompt "2.6.16.35"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_36
- bool
- prompt "2.6.16.36"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_4
- bool
- prompt "2.6.16.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_5
- bool
- prompt "2.6.16.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_6
- bool
- prompt "2.6.16.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_7
- bool
- prompt "2.6.16.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_8
- bool
- prompt "2.6.16.8"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_16_9
- bool
- prompt "2.6.16.9"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17
- bool
- prompt "2.6.17"
-
-config KERNEL_COPY_V_2_6_17_1
- bool
- prompt "2.6.17.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_10
- bool
- prompt "2.6.17.10"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_11
- bool
- prompt "2.6.17.11"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_12
- bool
- prompt "2.6.17.12"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_13
- bool
- prompt "2.6.17.13"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_14
- bool
- prompt "2.6.17.14"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_2
- bool
- prompt "2.6.17.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_3
- bool
- prompt "2.6.17.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_4
- bool
- prompt "2.6.17.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_5
- bool
- prompt "2.6.17.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_6
- bool
- prompt "2.6.17.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_7
- bool
- prompt "2.6.17.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_8
- bool
- prompt "2.6.17.8"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_17_9
- bool
- prompt "2.6.17.9"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18
- bool
- prompt "2.6.18"
-
-config KERNEL_COPY_V_2_6_18_1
- bool
- prompt "2.6.18.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18_2
- bool
- prompt "2.6.18.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18_3
- bool
- prompt "2.6.18.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18_4
- bool
- prompt "2.6.18.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18_5
- bool
- prompt "2.6.18.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_18_6
- bool
- prompt "2.6.18.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_COPY_V_2_6_19
- bool
- prompt "2.6.19"
-
-config KERNEL_COPY_V_2_6_19_1
- bool
- prompt "2.6.19.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config KERNEL_VERSION
string
- default "2.6.0" if KERNEL_COPY_V_2_6_0
- default "2.6.1" if KERNEL_COPY_V_2_6_1
- default "2.6.2" if KERNEL_COPY_V_2_6_2
- default "2.6.3" if KERNEL_COPY_V_2_6_3
- default "2.6.4" if KERNEL_COPY_V_2_6_4
default "2.6.5" if KERNEL_COPY_V_2_6_5
default "2.6.6" if KERNEL_COPY_V_2_6_6
default "2.6.7" if KERNEL_COPY_V_2_6_7
default "2.6.8" if KERNEL_COPY_V_2_6_8
- default "2.6.8.1" if KERNEL_COPY_V_2_6_8_1
- default "2.6.9" if KERNEL_COPY_V_2_6_9
- default "2.6.10" if KERNEL_COPY_V_2_6_10
- default "2.6.11" if KERNEL_COPY_V_2_6_11
- default "2.6.11.1" if KERNEL_COPY_V_2_6_11_1
- default "2.6.11.10" if KERNEL_COPY_V_2_6_11_10
- default "2.6.11.11" if KERNEL_COPY_V_2_6_11_11
- default "2.6.11.12" if KERNEL_COPY_V_2_6_11_12
- default "2.6.11.2" if KERNEL_COPY_V_2_6_11_2
default "2.6.11.3" if KERNEL_COPY_V_2_6_11_3
- default "2.6.11.4" if KERNEL_COPY_V_2_6_11_4
- default "2.6.11.5" if KERNEL_COPY_V_2_6_11_5
- default "2.6.11.6" if KERNEL_COPY_V_2_6_11_6
- default "2.6.11.7" if KERNEL_COPY_V_2_6_11_7
- default "2.6.11.8" if KERNEL_COPY_V_2_6_11_8
- default "2.6.11.9" if KERNEL_COPY_V_2_6_11_9
- default "2.6.12" if KERNEL_COPY_V_2_6_12
- default "2.6.12.1" if KERNEL_COPY_V_2_6_12_1
- default "2.6.12.2" if KERNEL_COPY_V_2_6_12_2
- default "2.6.12.3" if KERNEL_COPY_V_2_6_12_3
- default "2.6.12.4" if KERNEL_COPY_V_2_6_12_4
- default "2.6.12.5" if KERNEL_COPY_V_2_6_12_5
- default "2.6.12.6" if KERNEL_COPY_V_2_6_12_6
- default "2.6.13" if KERNEL_COPY_V_2_6_13
- default "2.6.13.1" if KERNEL_COPY_V_2_6_13_1
- default "2.6.13.2" if KERNEL_COPY_V_2_6_13_2
- default "2.6.13.3" if KERNEL_COPY_V_2_6_13_3
- default "2.6.13.4" if KERNEL_COPY_V_2_6_13_4
- default "2.6.13.5" if KERNEL_COPY_V_2_6_13_5
- default "2.6.14" if KERNEL_COPY_V_2_6_14
- default "2.6.14.1" if KERNEL_COPY_V_2_6_14_1
- default "2.6.14.2" if KERNEL_COPY_V_2_6_14_2
- default "2.6.14.3" if KERNEL_COPY_V_2_6_14_3
- default "2.6.14.4" if KERNEL_COPY_V_2_6_14_4
- default "2.6.14.5" if KERNEL_COPY_V_2_6_14_5
- default "2.6.14.6" if KERNEL_COPY_V_2_6_14_6
- default "2.6.14.7" if KERNEL_COPY_V_2_6_14_7
- default "2.6.15" if KERNEL_COPY_V_2_6_15
- default "2.6.15.1" if KERNEL_COPY_V_2_6_15_1
- default "2.6.15.2" if KERNEL_COPY_V_2_6_15_2
- default "2.6.15.3" if KERNEL_COPY_V_2_6_15_3
- default "2.6.15.4" if KERNEL_COPY_V_2_6_15_4
- default "2.6.15.5" if KERNEL_COPY_V_2_6_15_5
- default "2.6.15.6" if KERNEL_COPY_V_2_6_15_6
- default "2.6.15.7" if KERNEL_COPY_V_2_6_15_7
- default "2.6.16" if KERNEL_COPY_V_2_6_16
- default "2.6.16.1" if KERNEL_COPY_V_2_6_16_1
- default "2.6.16.10" if KERNEL_COPY_V_2_6_16_10
- default "2.6.16.11" if KERNEL_COPY_V_2_6_16_11
- default "2.6.16.12" if KERNEL_COPY_V_2_6_16_12
- default "2.6.16.13" if KERNEL_COPY_V_2_6_16_13
- default "2.6.16.14" if KERNEL_COPY_V_2_6_16_14
- default "2.6.16.15" if KERNEL_COPY_V_2_6_16_15
- default "2.6.16.16" if KERNEL_COPY_V_2_6_16_16
- default "2.6.16.17" if KERNEL_COPY_V_2_6_16_17
- default "2.6.16.18" if KERNEL_COPY_V_2_6_16_18
- default "2.6.16.19" if KERNEL_COPY_V_2_6_16_19
- default "2.6.16.2" if KERNEL_COPY_V_2_6_16_2
- default "2.6.16.20" if KERNEL_COPY_V_2_6_16_20
- default "2.6.16.21" if KERNEL_COPY_V_2_6_16_21
- default "2.6.16.22" if KERNEL_COPY_V_2_6_16_22
- default "2.6.16.23" if KERNEL_COPY_V_2_6_16_23
- default "2.6.16.24" if KERNEL_COPY_V_2_6_16_24
- default "2.6.16.25" if KERNEL_COPY_V_2_6_16_25
- default "2.6.16.26" if KERNEL_COPY_V_2_6_16_26
- default "2.6.16.27" if KERNEL_COPY_V_2_6_16_27
- default "2.6.16.28" if KERNEL_COPY_V_2_6_16_28
- default "2.6.16.29" if KERNEL_COPY_V_2_6_16_29
- default "2.6.16.3" if KERNEL_COPY_V_2_6_16_3
- default "2.6.16.30" if KERNEL_COPY_V_2_6_16_30
- default "2.6.16.31" if KERNEL_COPY_V_2_6_16_31
- default "2.6.16.32" if KERNEL_COPY_V_2_6_16_32
- default "2.6.16.33" if KERNEL_COPY_V_2_6_16_33
- default "2.6.16.34" if KERNEL_COPY_V_2_6_16_34
- default "2.6.16.35" if KERNEL_COPY_V_2_6_16_35
- default "2.6.16.36" if KERNEL_COPY_V_2_6_16_36
- default "2.6.16.4" if KERNEL_COPY_V_2_6_16_4
- default "2.6.16.5" if KERNEL_COPY_V_2_6_16_5
- default "2.6.16.6" if KERNEL_COPY_V_2_6_16_6
- default "2.6.16.7" if KERNEL_COPY_V_2_6_16_7
- default "2.6.16.8" if KERNEL_COPY_V_2_6_16_8
- default "2.6.16.9" if KERNEL_COPY_V_2_6_16_9
- default "2.6.17" if KERNEL_COPY_V_2_6_17
- default "2.6.17.1" if KERNEL_COPY_V_2_6_17_1
- default "2.6.17.10" if KERNEL_COPY_V_2_6_17_10
- default "2.6.17.11" if KERNEL_COPY_V_2_6_17_11
- default "2.6.17.12" if KERNEL_COPY_V_2_6_17_12
- default "2.6.17.13" if KERNEL_COPY_V_2_6_17_13
- default "2.6.17.14" if KERNEL_COPY_V_2_6_17_14
- default "2.6.17.2" if KERNEL_COPY_V_2_6_17_2
- default "2.6.17.3" if KERNEL_COPY_V_2_6_17_3
- default "2.6.17.4" if KERNEL_COPY_V_2_6_17_4
- default "2.6.17.5" if KERNEL_COPY_V_2_6_17_5
- default "2.6.17.6" if KERNEL_COPY_V_2_6_17_6
- default "2.6.17.7" if KERNEL_COPY_V_2_6_17_7
- default "2.6.17.8" if KERNEL_COPY_V_2_6_17_8
- default "2.6.17.9" if KERNEL_COPY_V_2_6_17_9
- default "2.6.18" if KERNEL_COPY_V_2_6_18
- default "2.6.18.1" if KERNEL_COPY_V_2_6_18_1
- default "2.6.18.2" if KERNEL_COPY_V_2_6_18_2
- default "2.6.18.3" if KERNEL_COPY_V_2_6_18_3
- default "2.6.18.4" if KERNEL_COPY_V_2_6_18_4
- default "2.6.18.5" if KERNEL_COPY_V_2_6_18_5
- default "2.6.18.6" if KERNEL_COPY_V_2_6_18_6
- default "2.6.19" if KERNEL_COPY_V_2_6_19
- default "2.6.19.1" if KERNEL_COPY_V_2_6_19_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index a860238..90cf4eb 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -2,203 +2,24 @@ choice
bool
prompt "Linux kernel version"
-config KERNEL_INSTALL_V_2_6_18
- bool
- prompt "2.6.18"
- depends on OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_1
- bool
- prompt "2.6.18.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_2
- bool
- prompt "2.6.18.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_3
- bool
- prompt "2.6.18.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_4
- bool
- prompt "2.6.18.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_5
- bool
- prompt "2.6.18.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_6
- bool
- prompt "2.6.18.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_18_7
- bool
- prompt "2.6.18.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
config KERNEL_INSTALL_V_2_6_18_8
bool
- prompt "2.6.18.8"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_19
- bool
- prompt "2.6.19"
- depends on OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_1
- bool
- prompt "2.6.19.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_2
- bool
- prompt "2.6.19.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_3
- bool
- prompt "2.6.19.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_4
- bool
- prompt "2.6.19.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_5
- bool
- prompt "2.6.19.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_19_6
- bool
- prompt "2.6.19.6"
+ prompt "2.6.18.8 (OBSOLETE)"
depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
config KERNEL_INSTALL_V_2_6_19_7
bool
- prompt "2.6.19.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_20
- bool
- prompt "2.6.20"
- depends on OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_1
- bool
- prompt "2.6.20.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_2
- bool
- prompt "2.6.20.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_3
- bool
- prompt "2.6.20.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_4
- bool
- prompt "2.6.20.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_5
- bool
- prompt "2.6.20.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_6
- bool
- prompt "2.6.20.6"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_7
- bool
- prompt "2.6.20.7"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_8
- bool
- prompt "2.6.20.8"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_9
- bool
- prompt "2.6.20.9"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_10
- bool
- prompt "2.6.20.10"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_11
- bool
- prompt "2.6.20.11"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_12
- bool
- prompt "2.6.20.12"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_13
- bool
- prompt "2.6.20.13"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-
-config KERNEL_INSTALL_V_2_6_20_14
- bool
- prompt "2.6.20.14"
+ prompt "2.6.19.7 (OBSOLETE)"
depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
config KERNEL_INSTALL_V_2_6_20_15
bool
- prompt "2.6.20.15"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_21
- bool
- prompt "2.6.21"
-
-config KERNEL_INSTALL_V_2_6_21_1
- bool
- prompt "2.6.21.1"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_21_2
- bool
- prompt "2.6.21.2"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_21_3
- bool
- prompt "2.6.21.3"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_21_4
- bool
- prompt "2.6.21.4"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
-
-config KERNEL_INSTALL_V_2_6_21_5
- bool
- prompt "2.6.21.5"
- depends on KERNEL_VERSION_SEE_EXTRAVERSION
+ prompt "2.6.20.15 (OBSOLETE)"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
-config KERNEL_INSTALL_V_2_6_21_6
+config KERNEL_INSTALL_V_2_6_21_7
bool
- prompt "2.6.21.6"
+ prompt "2.6.21.7"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
config KERNEL_INSTALL_V_2_6_22
@@ -221,46 +42,10 @@ endchoice
config KERNEL_VERSION
string
- default "2.6.18" if KERNEL_INSTALL_V_2_6_18
- default "2.6.18.1" if KERNEL_INSTALL_V_2_6_18_1
- default "2.6.18.2" if KERNEL_INSTALL_V_2_6_18_2
- default "2.6.18.3" if KERNEL_INSTALL_V_2_6_18_3
- default "2.6.18.4" if KERNEL_INSTALL_V_2_6_18_4
- default "2.6.18.5" if KERNEL_INSTALL_V_2_6_18_5
- default "2.6.18.6" if KERNEL_INSTALL_V_2_6_18_6
- default "2.6.18.7" if KERNEL_INSTALL_V_2_6_18_7
default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
- default "2.6.19" if KERNEL_INSTALL_V_2_6_19
- default "2.6.19.1" if KERNEL_INSTALL_V_2_6_19_1
- default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
- default "2.6.19.3" if KERNEL_INSTALL_V_2_6_19_3
- default "2.6.19.4" if KERNEL_INSTALL_V_2_6_19_4
- default "2.6.19.5" if KERNEL_INSTALL_V_2_6_19_5
- default "2.6.19.6" if KERNEL_INSTALL_V_2_6_19_6
default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
- default "2.6.20" if KERNEL_INSTALL_V_2_6_20
- default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
- default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
- default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
- default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
- default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
- default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
- default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
- default "2.6.20.8" if KERNEL_INSTALL_V_2_6_20_8
- default "2.6.20.9" if KERNEL_INSTALL_V_2_6_20_9
- default "2.6.20.10" if KERNEL_INSTALL_V_2_6_20_10
- default "2.6.20.11" if KERNEL_INSTALL_V_2_6_20_11
- default "2.6.20.12" if KERNEL_INSTALL_V_2_6_20_12
- default "2.6.20.13" if KERNEL_INSTALL_V_2_6_20_13
- default "2.6.20.14" if KERNEL_INSTALL_V_2_6_20_14
default "2.6.20.15" if KERNEL_INSTALL_V_2_6_20_15
- default "2.6.21" if KERNEL_INSTALL_V_2_6_21
- default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
- default "2.6.21.2" if KERNEL_INSTALL_V_2_6_21_2
- default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
- default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
- default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
- default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
+ default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
default "2.6.22" if KERNEL_INSTALL_V_2_6_22
default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index 05ac9ac..f766d97 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -4,103 +4,10 @@ choice
bool
prompt "glibc version"
-config LIBC_V_1_09_1
- bool
- prompt "1.09.1"
- depends on OBSOLETE
-
-config LIBC_V_2_0_1
- bool
- prompt "2.0.1"
- depends on OBSOLETE
-
-config LIBC_V_2_0_6
- bool
- prompt "2.0.6"
- depends on OBSOLETE
-
-config LIBC_V_2_1_1
- bool
- prompt "2.1.1"
- depends on OBSOLETE
-
-config LIBC_V_2_1_2
- bool
- prompt "2.1.2"
- depends on OBSOLETE
-
-config LIBC_V_2_1_3
- bool
- prompt "2.1.3"
- depends on OBSOLETE
-
-config LIBC_V_2_2
- bool
- prompt "2.2"
- depends on OBSOLETE
-
-config LIBC_V_2_2_1
- bool
- prompt "2.2.1"
- depends on OBSOLETE
-
-config LIBC_V_2_2_2
- bool
- prompt "2.2.2"
- depends on OBSOLETE
-
-config LIBC_V_2_2_3
- bool
- prompt "2.2.3"
- depends on OBSOLETE
-
-config LIBC_V_2_2_4
- bool
- prompt "2.2.4"
- depends on OBSOLETE
-
-config LIBC_V_2_2_5
- bool
- prompt "2.2.5"
- depends on OBSOLETE
-
-config LIBC_V_2_3
- bool
- prompt "2.3"
- depends on OBSOLETE
-
-config LIBC_V_2_3_1
- bool
- prompt "2.3.1"
- depends on OBSOLETE
-
-config LIBC_V_2_3_2
- bool
- prompt "2.3.2"
- depends on OBSOLETE
-
-config LIBC_V_2_3_3
- bool
- prompt "2.3.3"
- depends on OBSOLETE
-
-config LIBC_V_2_3_4
- bool
- prompt "2.3.4"
- depends on OBSOLETE
-
-config LIBC_V_2_3_5
- bool
- prompt "2.3.5"
- depends on OBSOLETE
-
config LIBC_V_2_3_6
bool
- prompt "2.3.6"
-
-config LIBC_V_2_4
- bool
- prompt "2.4"
+ prompt "2.3.6 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_5
bool
@@ -108,8 +15,7 @@ config LIBC_V_2_5
config LIBC_V_2_5_1
bool
- prompt "2.5.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.5.1"
config LIBC_V_2_6
bool
@@ -127,24 +33,6 @@ endchoice
config LIBC_VERSION
string
- default "1.09.1" if LIBC_V_1_09_1
- default "2.0.1" if LIBC_V_2_0_1
- default "2.0.6" if LIBC_V_2_0_6
- default "2.1.1" if LIBC_V_2_1_1
- default "2.1.2" if LIBC_V_2_1_2
- default "2.1.3" if LIBC_V_2_1_3
- default "2.2" if LIBC_V_2_2
- default "2.2.1" if LIBC_V_2_2_1
- default "2.2.2" if LIBC_V_2_2_2
- default "2.2.3" if LIBC_V_2_2_3
- default "2.2.4" if LIBC_V_2_2_4
- default "2.2.5" if LIBC_V_2_2_5
- default "2.3" if LIBC_V_2_3
- default "2.3.1" if LIBC_V_2_3_1
- default "2.3.2" if LIBC_V_2_3_2
- default "2.3.3" if LIBC_V_2_3_3
- default "2.3.4" if LIBC_V_2_3_4
- default "2.3.5" if LIBC_V_2_3_5
default "2.3.6" if LIBC_V_2_3_6
default "2.4" if LIBC_V_2_4
default "2.5" if LIBC_V_2_5
diff --git a/config/libc_uClibc.in b/config/libc_uClibc.in
index 256047e..4f9943d 100644
--- a/config/libc_uClibc.in
+++ b/config/libc_uClibc.in
@@ -12,29 +12,19 @@ config LIBC_V_specific_date
bool
prompt "<specific date>"
-config LIBC_V_0_9_26
- bool
- prompt "0.9.26"
- depends on OBSOLETE
-
-config LIBC_V_0_9_27
- bool
- prompt "0.9.27"
- depends on OBSOLETE
-
config LIBC_V_0_9_28
bool
- prompt "0.9.28"
+ prompt "0.9.28 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_1
bool
- prompt "0.9.28.1"
+ prompt "0.9.28.1 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_2
bool
- prompt "0.9.28.2"
+ prompt "0.9.28.2 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_0_9_28_3
@@ -53,8 +43,6 @@ config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
default "snapshot" if LIBC_V_snapshot
- default "0.9.26" if LIBC_V_0_9_26
- default "0.9.27" if LIBC_V_0_9_27
default "0.9.28" if LIBC_V_0_9_28
default "0.9.28.1" if LIBC_V_0_9_28_1
default "0.9.28.2" if LIBC_V_0_9_28_2
@@ -62,6 +50,12 @@ config LIBC_VERSION
default "0.9.29" if LIBC_V_0_9_29
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
+ help
+ Enter the date of the snapshot you want to use in the form: YYYYMMDD
+ where YYYY is the 4-digit year, MM the 2-digit month and DD the 2-digit
+ day in the month.
+
+ Please note that uClibc site removes snapshots older than a month.
choice
bool
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index a780dc8..52ce7c4 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -19,44 +19,9 @@ choice
bool
prompt "libelf version"
-config LIBELF_V_0_8_0
- bool
- prompt "0.8.0"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_2
- bool
- prompt "0.8.2"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_3
- bool
- prompt "0.8.3"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_4
- bool
- prompt "0.8.4"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_5
- bool
- prompt "0.8.5"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_6
- bool
- prompt "0.8.6"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_7
- bool
- prompt "0.8.7"
- depends on OBSOLETE
-
config LIBELF_V_0_8_8
bool
- prompt "0.8.8"
+ prompt "0.8.8 (OBSOLETE)"
depends on OBSOLETE
config LIBELF_V_0_8_9
@@ -69,13 +34,6 @@ endchoice
config LIBELF_VERSION
string
- default "0.8.0" if LIBELF_V_0_8_0
- default "0.8.2" if LIBELF_V_0_8_2
- default "0.8.3" if LIBELF_V_0_8_3
- default "0.8.4" if LIBELF_V_0_8_4
- default "0.8.5" if LIBELF_V_0_8_5
- default "0.8.6" if LIBELF_V_0_8_6
- default "0.8.7" if LIBELF_V_0_8_7
default "0.8.8" if LIBELF_V_0_8_8
default "0.8.9" if LIBELF_V_0_8_9
# CT_INSERT_VERSION_STRING_ABOVE