1config 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 13 http://www.gnu.org/software/mtools/ 14 15comment "mtools needs a toolchain w/ wchar" 16 depends on !BR2_USE_WCHAR 17 depends on BR2_USE_MMU 18