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
|
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
|
|
|
|
2009-03-30 13:53:48 +02:00
|
|
|
comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
|
2009-03-30 21:10:37 +02:00
|
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|