hide experimental/developer options from the user. can be reenabled by using make...
[openwrt/staging/dedeckeh.git] / openwrt / toolchain / uClibc / Config.in
1 # Choose uClibc options
2 #
3 if CONFIG_DEVEL
4 comment "uClibc Options"
5 endif
6
7 config BR2_UCLIBC_VERSION_SNAPSHOT
8 bool
9 prompt "Use the daily snapshot of uClibc?" if CONFIG_DEVEL
10 default n
11 help
12 Would you like to use the latest daily snapshot?
13
14 config BR2_USE_UCLIBC_SNAPSHOT
15 string
16 default "snapshot"
17 depends on BR2_UCLIBC_VERSION_SNAPSHOT
18
19 config BR2_ENABLE_LOCALE
20 bool
21 prompt "Enable locale/gettext/i18n support?" if CONFIG_DEVEL
22 default n
23 help
24 Enable locale/gettext/i18n support?
25
26