diff mbox

ntfs-3g: needs mmu

Message ID 1361187457-8689-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 2b88c0e4510457fefc6603243d4ff16a2d7a90fc
Headers show

Commit Message

Gustavo Zacarias Feb. 18, 2013, 11:37 a.m. UTC
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: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ntfs-3g/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Feb. 18, 2013, 12:07 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

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

Committed, thanks.
diff mbox

Patch

diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index 1d3e2fb..be19a57 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -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,