2005-01-16 13:43:02 +02:00
|
|
|
# Choose uClibc options
|
|
|
|
#
|
2005-04-05 21:21:58 +03:00
|
|
|
if CONFIG_DEVEL
|
|
|
|
comment "uClibc Options"
|
|
|
|
endif
|
2005-01-16 13:43:02 +02:00
|
|
|
|
|
|
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
2005-04-05 21:21:58 +03:00
|
|
|
bool
|
|
|
|
prompt "Use the daily snapshot of uClibc?" if CONFIG_DEVEL
|
2005-02-08 10:55:17 +02:00
|
|
|
default n
|
2005-01-16 13:43:02 +02:00
|
|
|
help
|
|
|
|
Would you like to use the latest daily snapshot?
|
|
|
|
|
|
|
|
config BR2_USE_UCLIBC_SNAPSHOT
|
|
|
|
string
|
|
|
|
default "snapshot"
|
|
|
|
depends on BR2_UCLIBC_VERSION_SNAPSHOT
|
|
|
|
|
|
|
|
config BR2_ENABLE_LOCALE
|
2005-04-05 21:21:58 +03:00
|
|
|
bool
|
|
|
|
prompt "Enable locale/gettext/i18n support?" if CONFIG_DEVEL
|
2005-01-16 13:43:02 +02:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable locale/gettext/i18n support?
|
|
|
|
|
|
|
|
|