2009-03-30 21:10:37 +02:00
|
|
|
config BR2_PACKAGE_NTFS_3G
|
2009-03-30 13:53:40 +02:00
|
|
|
bool "ntfs-3g"
|
|
|
|
depends on BR2_LARGEFILE
|
2009-03-30 21:10:37 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-04-16 16:39:27 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-02-18 02:37:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2009-03-30 13:53:40 +02:00
|
|
|
help
|
2008-08-27 22:19:01 +02:00
|
|
|
The NTFS-3G driver is an open source, freely available
|
2009-03-30 13:53:40 +02:00
|
|
|
read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
|
|
|
|
and Haiku. It provides safe and fast handling of the Windows
|
|
|
|
XP, Windows Server 2003, Windows 2000 and Windows Vista file
|
|
|
|
systems. Most POSIX file system operations are supported, with
|
|
|
|
the exception of full file ownership and access right support.
|
2007-11-24 17:09:25 +01:00
|
|
|
|
|
|
|
http://www.ntfs-3g.org/
|
2009-03-30 13:53:40 +02:00
|
|
|
|
2011-10-18 14:32:10 +02:00
|
|
|
if BR2_PACKAGE_NTFS_3G
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NTFS_3G_ENCRYPTED
|
|
|
|
bool "encrypted volumes"
|
|
|
|
select BR2_PACKAGE_GNUTLS
|
2012-12-28 10:47:20 +01:00
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
2011-10-18 14:32:10 +02:00
|
|
|
help
|
|
|
|
Enable support for NTFS encrypted volumes.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NTFS_3G_NTFSPROGS
|
|
|
|
bool "ntfsprogs"
|
|
|
|
help
|
|
|
|
Install NTFS utilities.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ntfs-3g needs a toolchain w/ largefile, wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-04-16 16:39:27 +02:00
|
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|