diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-18 09:32:10 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-28 16:11:40 +0200 |
commit | fb97591e228b19f40c840f99893830b2dd022ab5 (patch) | |
tree | 32ec8a9b7fb8b27ff6e4dac08665a85226d5f36c /package/ntfs-3g/Config.in | |
parent | db697f96b77199c015f57a9fdfd5dd7f0374b8bb (diff) |
ntfs-3g: bump to version 2011.4.12 and enhance
ntfsprogs is now included into ntfs-3g so add an option to
enable/disable it.
It probably doesn't make sense to build ntfsprogs alone so it's not
implemented.
Add the encrypted volume support option now that we've got gnutls.
Also add support for libuuid if it's present.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfs-3g/Config.in')
-rw-r--r-- | package/ntfs-3g/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index 865f9b41f..530103889 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -12,5 +12,20 @@ config BR2_PACKAGE_NTFS_3G http://www.ntfs-3g.org/ +if BR2_PACKAGE_NTFS_3G + +config BR2_PACKAGE_NTFS_3G_ENCRYPTED + bool "encrypted volumes" + select BR2_PACKAGE_GNUTLS + help + Enable support for NTFS encrypted volumes. + +config BR2_PACKAGE_NTFS_3G_NTFSPROGS + bool "ntfsprogs" + help + Install NTFS utilities. + +endif + comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support" depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) |