summaryrefslogtreecommitdiff
path: root/config/libc_uClibc.in
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/libc_uClibc.in
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/libc_uClibc.in')
-rw-r--r--config/libc_uClibc.in24
1 files changed, 9 insertions, 15 deletions
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