Initial revision
[openwrt.git] / toolchain / uClibc / Config.in
1 # Choose uClibc options
2 #
3
4 comment "uClibc Options"
5
6 config BR2_UCLIBC_VERSION_SNAPSHOT
7         bool "Use the daily snapshot of uClibc?"
8         default y
9         help
10             Would you like to use the latest daily snapshot?
11
12 config BR2_USE_UCLIBC_SNAPSHOT
13         string
14         default "snapshot"
15         depends on BR2_UCLIBC_VERSION_SNAPSHOT
16
17 config BR2_ENABLE_LOCALE
18         bool "Enable locale/gettext/i18n support?"
19         default n
20         help
21             Enable locale/gettext/i18n support?
22
23