summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g
Commit message (Collapse)AuthorAgeFilesLines
* ntfs-3g: convert to Makefile.autotools.inOlaf Rempel2009-05-042-78/+28
| | | | | | | | - 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>
* ntfs-3g: needs wchar support in toolchainPeter Korsgaard2009-03-301-2/+3
| | | | Closes #187.
* ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)Peter Korsgaard2009-03-301-1/+1
|
* ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to matchPeter Korsgaard2009-03-301-8/+13
| | | | Fixup tabs/spaces and trailing spaces mismatch while we're at it.
* ntfs-3g: remove extra white spacePeter Korsgaard2009-03-301-3/+0
|
* ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130)Peter Korsgaard2009-03-301-1/+0
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-2/+1
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* Add help for packages without AVR32 supportUlf Samuelsson2009-01-261-0/+3
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=Ulf Samuelsson2009-01-101-7/+12
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* ntfs-3g: fix long help text linesPeter Korsgaard2008-08-271-1/+6
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-2/+2
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* Bump ntfs-3g versionUlf Samuelsson2008-05-111-1/+1
|
* It is not OK to ALWAYS include ntfs-3gUlf Samuelsson2007-11-261-2/+2
|
* add fuse and nfs-3g packagesIvan Kuten2007-11-242-0/+89