summaryrefslogtreecommitdiffstats
path: root/package/fuse
Commit message (Collapse)AuthorAgeFilesLines
* libfuse: bump version number to 2.8.1Daniel Mack2009-12-071-1/+1
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | 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>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | 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>
* package: convert some Config.in selects to dependsPeter Korsgaard2009-03-051-1/+4
| | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* fuse: fix target installPeter Korsgaard2008-07-171-2/+2
| | | | Also copy libfuse.so symlink so fuse target isn't considered out of date
* fuse: re-add missing --program-prefixPeter Korsgaard2008-07-111-0/+1
| | | | --program-prefix got errorously removed in the recent cleanup work.
* fuse: bump versionPeter Korsgaard2008-07-102-57/+1Star
| | | | | | 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.
* fuse: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard2008-07-101-1/+1
|
* fuse: cleanup patch handlingPeter Korsgaard2008-07-102-1/+1
| | | | | Move patch to package dir like other packages and fixup patch-kernel invocation.
* fuse: remove commented out linesPeter Korsgaard2008-07-101-8/+0Star
|
* fuse: cleanup configure argsPeter Korsgaard2008-07-101-2/+3
|
* fuse: remove stray $Peter Korsgaard2008-07-101-1/+1
|
* fuse: also remove fusermount from targetPeter Korsgaard2008-07-101-1/+1
|
* fuse: strip binaries/libs in targetPeter Korsgaard2008-07-101-1/+2
|
* fuse: don't build kernel modulePeter Korsgaard2008-07-101-2/+1Star
| | | | | it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers.
* fuse: select BR2_LARGEFILEPeter Korsgaard2008-07-101-0/+1
| | | | fuse needs largefile support
* fuse: use tabs for indentation in kconfigPeter Korsgaard2008-07-101-3/+3
|
* add fuse and nfs-3g packagesIvan Kuten2007-11-243-0/+146