1 config BR2_PACKAGE_MTOOLS
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # fork()
6 Mtools is a collection of utilities to access MS-DOS disks from
7 Unix without mounting them. It supports Win'95 style long file
8 names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
11 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