e51bac121c439c8fab95b321ade64183e285e9ca
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mtools / Config.in
1 config BR2_PACKAGE_MTOOLS
2         bool "mtools"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
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
9           density 3 1/2 disk).
10
11           http://www.gnu.org/software/mtools/
12
13 comment "mtools needs a toolchain w/ wchar"
14         depends on !BR2_USE_WCHAR
15         depends on BR2_USE_MMU