diff -r 1207acb66003 -r 447b203edc2e config/libc_uClibc.in --- a/config/libc_uClibc.in Sun May 06 13:42:10 2007 +0000 +++ b/config/libc_uClibc.in Tue Aug 14 20:11:44 2007 +0000 @@ -12,29 +12,19 @@ bool prompt "" -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 @@ 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 @@ 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