Config.in 572 B

1234567891011121314151617
  1. config BR2_PACKAGE_MTOOLS
  2. bool "mtools"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. # runtime UTF conversion support
  6. select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC
  7. help
  8. Mtools is a collection of utilities to access MS-DOS disks
  9. from Unix without mounting them. It supports Win'95 style
  10. long file names, OS/2 Xdf disks and 2m disks (store up to
  11. 1992k on a high density 3 1/2 disk).
  12. http://www.gnu.org/software/mtools/
  13. comment "mtools needs a toolchain w/ wchar"
  14. depends on !BR2_USE_WCHAR
  15. depends on BR2_USE_MMU