mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 09:27:43 +00:00
parent
40b8127db9
commit
32417137be
@ -5,6 +5,7 @@ config BR2_PACKAGE_NTFS-3G
|
|||||||
bool "ntfs-3g"
|
bool "ntfs-3g"
|
||||||
select BR2_PACKAGE_LIBFUSE
|
select BR2_PACKAGE_LIBFUSE
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_WCHAR
|
||||||
help
|
help
|
||||||
The NTFS-3G driver is an open source, freely available
|
The NTFS-3G driver is an open source, freely available
|
||||||
read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
|
read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
|
||||||
@ -15,5 +16,5 @@ config BR2_PACKAGE_NTFS-3G
|
|||||||
|
|
||||||
http://www.ntfs-3g.org/
|
http://www.ntfs-3g.org/
|
||||||
|
|
||||||
comment "ntfs-3g requires a toolchain with LARGEFILE support"
|
comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !(BR2_LARGEFILE && BR2_WCHAR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user