config/libc_uClibc.in
changeset 425 548b7aa23385
parent 61 1207acb66003
     1.1 --- a/config/libc_uClibc.in	Sun May 06 13:42:10 2007 +0000
     1.2 +++ b/config/libc_uClibc.in	Thu Feb 14 22:44:34 2008 +0000
     1.3 @@ -12,29 +12,19 @@
     1.4      bool
     1.5      prompt "<specific date>"
     1.6  
     1.7 -config LIBC_V_0_9_26
     1.8 -    bool
     1.9 -    prompt "0.9.26"
    1.10 -    depends on OBSOLETE
    1.11 -
    1.12 -config LIBC_V_0_9_27
    1.13 -    bool
    1.14 -    prompt "0.9.27"
    1.15 -    depends on OBSOLETE
    1.16 -
    1.17  config LIBC_V_0_9_28
    1.18      bool
    1.19 -    prompt "0.9.28"
    1.20 +    prompt "0.9.28 (OBSOLETE)"
    1.21      depends on OBSOLETE
    1.22  
    1.23  config LIBC_V_0_9_28_1
    1.24      bool
    1.25 -    prompt "0.9.28.1"
    1.26 +    prompt "0.9.28.1 (OBSOLETE)"
    1.27      depends on OBSOLETE
    1.28  
    1.29  config LIBC_V_0_9_28_2
    1.30      bool
    1.31 -    prompt "0.9.28.2"
    1.32 +    prompt "0.9.28.2 (OBSOLETE)"
    1.33      depends on OBSOLETE
    1.34  
    1.35  config LIBC_V_0_9_28_3
    1.36 @@ -53,8 +43,6 @@
    1.37      string
    1.38      prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
    1.39      default "snapshot" if LIBC_V_snapshot
    1.40 -    default "0.9.26" if LIBC_V_0_9_26
    1.41 -    default "0.9.27" if LIBC_V_0_9_27
    1.42      default "0.9.28" if LIBC_V_0_9_28
    1.43      default "0.9.28.1" if LIBC_V_0_9_28_1
    1.44      default "0.9.28.2" if LIBC_V_0_9_28_2
    1.45 @@ -62,6 +50,12 @@
    1.46      default "0.9.29" if LIBC_V_0_9_29
    1.47  # CT_INSERT_VERSION_STRING_ABOVE
    1.48  # Don't remove above line!
    1.49 +    help
    1.50 +      Enter the date of the snapshot you want to use in the form: YYYYMMDD
    1.51 +      where YYYY is the 4-digit year, MM the 2-digit month and DD the 2-digit
    1.52 +      day in the month.
    1.53 +      
    1.54 +      Please note that uClibc site removes snapshots older than a month.
    1.55  
    1.56  choice
    1.57      bool