diff options
author | Olaf Rempel <razzor@kopf-tisch.de> | 2009-03-30 21:10:37 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 22:06:48 +0200 |
commit | 8a4d526ea0d3785636ccbfa1b1fe6ff3a529568b (patch) | |
tree | 55d6953896aa2e58bf2b6c92395d3f92ba36000b /package/ntfs-3g/Config.in | |
parent | 9cdff46ba05f29cfd358123243f54cc5d45ac440 (diff) | |
download | buildroot-novena-8a4d526ea0d3785636ccbfa1b1fe6ff3a529568b.tar.gz buildroot-novena-8a4d526ea0d3785636ccbfa1b1fe6ff3a529568b.zip |
ntfs-3g: convert to Makefile.autotools.in
- bump version to 2009.03.8
- internal fuse support, no longer depends on libfuse/pkgconfig
- fix WCHAR dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfs-3g/Config.in')
-rw-r--r-- | package/ntfs-3g/Config.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index 08ee6d4cd..6d737e624 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -1,11 +1,10 @@ comment "ntfs-3g has no inherent support for AVR32" - depends on BR2_avr32 && BR2_PACKAGE_NTFS-3G + depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G -config BR2_PACKAGE_NTFS-3G +config BR2_PACKAGE_NTFS_3G bool "ntfs-3g" - select BR2_PACKAGE_LIBFUSE depends on BR2_LARGEFILE - depends on BR2_WCHAR + depends on BR2_USE_WCHAR help The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, @@ -17,4 +16,4 @@ config BR2_PACKAGE_NTFS-3G http://www.ntfs-3g.org/ comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support" - depends on !(BR2_LARGEFILE && BR2_WCHAR) + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) |