Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | ntfs-3g: bump to version 2010.10.2 | Gustavo Zacarias | |
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-10-04 | package: get rid of ".. has no inherent support for AVR32" comments | Peter Korsgaard | |
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-07 | ntfs-3g: get rid of special target install handling | Peter Korsgaard | |
The Makefile.autotools.in defaults are sufficient. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-04 | ntfs-3g: convert to Makefile.autotools.in | Olaf Rempel | |
- 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> | |||
2009-03-30 | ntfs-3g: needs wchar support in toolchain | Peter Korsgaard | |
Closes #187. | |||
2009-03-30 | ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G) | Peter Korsgaard | |
2009-03-30 | ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to match | Peter Korsgaard | |
Fixup tabs/spaces and trailing spaces mismatch while we're at it. | |||
2009-03-30 | ntfs-3g: remove extra white space | Peter Korsgaard | |
2009-03-30 | ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130) | Peter Korsgaard | |
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
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. | |||
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-10 | Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix= | Ulf Samuelsson | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-27 | ntfs-3g: fix long help text lines | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2008-05-11 | Bump ntfs-3g version | Ulf Samuelsson | |
2007-11-26 | It is not OK to ALWAYS include ntfs-3g | Ulf Samuelsson | |
2007-11-24 | add fuse and nfs-3g packages | Ivan Kuten | |