ntfsprogs: new package

Closes #247

wide collection of NTFS utilities from http://www.linux-ntfs.org/

[Peter: misc Config.in cleanups/fixes]

Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>
Tested-By: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
diff --git a/package/ntfsprogs/Config.in b/package/ntfsprogs/Config.in
new file mode 100644
index 0000000..38b955e
--- /dev/null
+++ b/package/ntfsprogs/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_NTFSPROGS
+	bool "ntfsprogs"
+	depends on BR2_USE_WCHAR
+	help
+	  wide collection of NTFS utilities
+
+	  http://www.linux-ntfs.org/
+
+comment "ntfsprogs requires a toolchain with WCHAR support"
+	depends on !BR2_USE_WCHAR