Commit 7a35e369 authored by gilles.talis@gmail.com's avatar gilles.talis@gmail.com Committed by Peter Korsgaard
Browse files
parent af2522c0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_NTFS_3G
	bool "ntfs-3g"
	depends on BR2_LARGEFILE
	depends on BR2_USE_WCHAR
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU
	help
	  The NTFS-3G driver is an open source, freely available
@@ -29,5 +30,5 @@ config BR2_PACKAGE_NTFS_3G_NTFSPROGS

endif

comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
	depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
comment "ntfs-3g requires a toolchain with LARGEFILE, WCHAR and threads support"
	depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)