summaryrefslogtreecommitdiff
path: root/package/fuse
AgeCommit message (Collapse)Author
2009-12-07libfuse: bump version number to 2.8.1Daniel Mack
Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-05package: convert some Config.in selects to dependsPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17fuse: fix target installPeter Korsgaard
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-11fuse: re-add missing --program-prefixPeter Korsgaard
--program-prefix got errorously removed in the recent cleanup work.
2008-07-10fuse: bump versionPeter Korsgaard
The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it.
2008-07-10fuse: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard
2008-07-10fuse: cleanup patch handlingPeter Korsgaard
Move patch to package dir like other packages and fixup patch-kernel invocation.
2008-07-10fuse: remove commented out linesPeter Korsgaard
2008-07-10fuse: cleanup configure argsPeter Korsgaard
2008-07-10fuse: remove stray $Peter Korsgaard
2008-07-10fuse: also remove fusermount from targetPeter Korsgaard
2008-07-10fuse: strip binaries/libs in targetPeter Korsgaard
2008-07-10fuse: don't build kernel modulePeter Korsgaard
it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers.
2008-07-10fuse: select BR2_LARGEFILEPeter Korsgaard
fuse needs largefile support
2008-07-10fuse: use tabs for indentation in kconfigPeter Korsgaard
2007-11-24add fuse and nfs-3g packagesIvan Kuten