config/libc/uClibc.in
changeset 710 021546adce69
parent 504 63967c02b881
child 852 c17bb66e2aa5
     1.1 --- a/config/libc/uClibc.in	Wed May 14 21:24:03 2008 +0000
     1.2 +++ b/config/libc/uClibc.in	Tue Jul 22 13:29:08 2008 +0000
     1.3 @@ -6,11 +6,13 @@
     1.4  
     1.5  config LIBC_V_snapshot
     1.6      bool
     1.7 -    prompt "latest snapshot"
     1.8 +    prompt "latest snapshot (EXPERIMENTAL)"
     1.9 +    depends on EXPERIMENTAL
    1.10  
    1.11  config LIBC_V_specific_date
    1.12      bool
    1.13 -    prompt "<specific date>"
    1.14 +    prompt "<specific date> (EXPERIMENTAL)"
    1.15 +    depends on EXPERIMENTAL
    1.16  
    1.17  config LIBC_V_0_9_28
    1.18      bool
    1.19 @@ -50,12 +52,6 @@
    1.20      default "0.9.29" if LIBC_V_0_9_29
    1.21  # CT_INSERT_VERSION_STRING_ABOVE
    1.22  # Don't remove above line!
    1.23 -    help
    1.24 -      Enter the date of the snapshot you want to use in the form: YYYYMMDD
    1.25 -      where YYYY is the 4-digit year, MM the 2-digit month and DD the 2-digit
    1.26 -      day in the month.
    1.27 -      
    1.28 -      Please note that uClibc site removes snapshots older than a month.
    1.29  
    1.30  choice
    1.31      bool