Commit 2b88c0e4 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

ntfs-3g: needs mmu



The internal libfuse-lite implementation uses it, and since the external
full-blown libfuse also requires it there's no other choice.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent dcb88a55
Loading
Loading
Loading
Loading
+1 −0
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_USE_MMU
	help
	  The NTFS-3G driver is an open source, freely available
	  read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,