Config.in 431 B

1234567891011121314151617181920212223
  1. # Choose uClibc options
  2. #
  3. comment "uClibc Options"
  4. config BR2_UCLIBC_VERSION_SNAPSHOT
  5. bool "Use the daily snapshot of uClibc?"
  6. default y
  7. help
  8. Would you like to use the latest daily snapshot?
  9. config BR2_USE_UCLIBC_SNAPSHOT
  10. string
  11. default "snapshot"
  12. depends on BR2_UCLIBC_VERSION_SNAPSHOT
  13. config BR2_ENABLE_LOCALE
  14. bool "Enable locale/gettext/i18n support?"
  15. default n
  16. help
  17. Enable locale/gettext/i18n support?