diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-02-18 01:37:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-18 13:07:21 +0100 |
commit | 2b88c0e4510457fefc6603243d4ff16a2d7a90fc (patch) | |
tree | 1d826bd2244b4fd79e7f060971e6fe3c2cafe188 /package/ntfs-3g | |
parent | dcb88a5500f7ce6fd877370b797009bb78e8f014 (diff) | |
download | buildroot-novena-2b88c0e4510457fefc6603243d4ff16a2d7a90fc.tar.gz buildroot-novena-2b88c0e4510457fefc6603243d4ff16a2d7a90fc.zip |
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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r-- | package/ntfs-3g/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index 1d3e2fb9b..be19a579e 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, |