diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-27 11:16:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-27 11:16:00 +0000 |
commit | dbd27ef3acd817853ce10cf38ca1eb80004c4c04 (patch) | |
tree | 1b678d440b7d94e091f1e31a3be0a311dec127ef /toolchain/uClibc | |
parent | 80063131599eeff504cc4ea138ab0c37f5645ed5 (diff) |
Minor updates
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 335cab245..ce77ff76f 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -4,15 +4,17 @@ comment "uClibc Options" config BR2_UCLIBC_VERSION_SNAPSHOT - bool "Use the daily snapshot of uClibc?" + bool "Use a daily snapshot of uClibc?" default y help - Would you like to use the latest daily snapshot? + Would you like to use a daily snapshot? config BR2_USE_UCLIBC_SNAPSHOT - string + string "Date (yyyymmdd) of snapshot or 'snapshot' for latest" default "snapshot" depends on BR2_UCLIBC_VERSION_SNAPSHOT + help + Use latest snapshot or one from a specific date? config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" |