Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ntfs-3g: convert to Makefile.autotools.in | Olaf Rempel | 2009-05-04 | 1 | -73/+24 |
| | | | | | | | | - 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: remove extra white space | Peter Korsgaard | 2009-03-30 | 1 | -3/+0 |
| | |||||
* | ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130) | Peter Korsgaard | 2009-03-30 | 1 | -1/+0 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -1/+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. | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix= | Ulf Samuelsson | 2009-01-10 | 1 | -7/+12 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Bump ntfs-3g version | Ulf Samuelsson | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | It is not OK to ALWAYS include ntfs-3g | Ulf Samuelsson | 2007-11-26 | 1 | -2/+2 |
| | |||||
* | add fuse and nfs-3g packages | Ivan Kuten | 2007-11-24 | 1 | -0/+82 |