From dbd27ef3acd817853ce10cf38ca1eb80004c4c04 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 27 Jul 2005 11:16:00 +0000 Subject: Minor updates --- toolchain/uClibc/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'toolchain/uClibc/Config.in') 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?" -- cgit v1.2.3