summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r--toolchain/uClibc/Config.in8
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?"