summaryrefslogtreecommitdiffstats
path: root/package/fuse
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-212-122/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-191-0/+3
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* fuse: remove now redundant dependency on +USE_EGLIBC:librtJo-Philipp Wich2012-09-191-1/+1
| | | | SVN-Revision: 33482
* fuse: Add librt to fuse to build with eglibcFlorian Fainelli2012-09-191-2/+2
| | | | | | Signed-off-by: xxiao <xxiao@fosiao.com> SVN-Revision: 33476
* fuse: update to 2.9.0Felix Fietkau2012-06-163-49/+3
| | | | SVN-Revision: 32396
* fuse: move kmod-fuse to package/kernelFelix Fietkau2012-06-161-16/+0
| | | | SVN-Revision: 32394
* fuse: remove obsolete patchesFelix Fietkau2012-06-164-143/+0
| | | | SVN-Revision: 32393
* fuse: add missing dependencyFelix Fietkau2012-06-111-1/+1
| | | | SVN-Revision: 32182
* package/fuse: update to version 2.8.5, refresh patchesAlexandros C. Couloumbis2010-12-082-4/+4
| | | | SVN-Revision: 24365
* fix fuse dependency against kmod-fuseFlorian Fainelli2010-09-041-1/+1
| | | | SVN-Revision: 22919
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
| | | | SVN-Revision: 22145
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-107/+8
| | | | SVN-Revision: 21954
* update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)Florian Fainelli2010-05-021-2/+2
| | | | SVN-Revision: 21300
* fuse: remove empty patchesRalph Hempel2010-04-253-0/+0
| | | | SVN-Revision: 21153
* package/fuse: refresh patchesGabor Juhos2010-03-262-7/+5
| | | | SVN-Revision: 20461
* find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - ↵Travis Kemen2010-03-1410-694/+281
| | | | | | | | | | includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud SVN-Revision: 20190
* disable fuse kernel compilation module, all versions that we have have it ↵Florian Fainelli2009-07-311-17/+6
| | | | | | mainline (#5584) SVN-Revision: 17059
* put all filesystem related packages into the Filesystem submenu (#5352)Florian Fainelli2009-07-051-2/+2
| | | | SVN-Revision: 16696
* fuse: update to v2.7.4 (#5186)Jo-Philipp Wich2009-06-111-21/+28
| | | | SVN-Revision: 16410
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* package/fuse: add workaround for uClibc 0.9.29 issues, fixes owfs and ↵Jo-Philipp Wich2008-11-221-0/+46
| | | | | | possibly others SVN-Revision: 13312
* fix fuse: use in-kernel module for 2.6.25+ kernelsNicolas Thill2008-05-111-4/+15
| | | | SVN-Revision: 11116
* Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage (#3246)Florian Fainelli2008-04-016-605/+359
| | | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 10698
* Fix compilation of fuse with 2.6.24Florian Fainelli2008-03-161-0/+246
| | | | SVN-Revision: 10609
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-6/+0
| | | | SVN-Revision: 9906
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23Felix Fietkau2007-10-205-267/+562
| | | | SVN-Revision: 9366
* more package submenusJohn Crispin2007-10-181-0/+2
| | | | SVN-Revision: 9351
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-11/+11
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-14/+22
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
| | | | SVN-Revision: 8575
* Upgrade fuse to 2.6.5 (#1955)Florian Fainelli2007-06-238-39/+47
| | | | SVN-Revision: 7716
* fix fuse (closes: #1847)Nicolas Thill2007-06-102-8/+24
| | | | SVN-Revision: 7548
* upgrade a few packages to newer versions (includes patch by kaloz) - ↵Felix Fietkau2007-06-053-0/+84
| | | | | | preparation for 2.6.22 SVN-Revision: 7507
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-044-27/+36
| | | | SVN-Revision: 7490
* remove problematic patch from fuse (was only needed with devfs on 2.6)Felix Fietkau2007-05-081-16/+0
| | | | SVN-Revision: 7141
* fix fuse compile on osxFelix Fietkau2007-04-012-0/+16
| | | | SVN-Revision: 6807
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* Revert previous commit oops :/Florian Fainelli2007-02-281-9/+4
| | | | SVN-Revision: 6431
* Re-enable fuse for 2.4 kernels as well (#1346)Florian Fainelli2007-02-281-3/+9
| | | | SVN-Revision: 6430
* remove compatibility crap from libfuse which seems to break on uClibc, ↵Felix Fietkau2007-02-272-0/+203
| | | | | | because of problems with versioned symbols SVN-Revision: 6402
* more cleanupFelix Fietkau2007-02-251-33/+14
| | | | SVN-Revision: 6373
* More dependencies are required to force fuse to Linux 2.6 only.Mike Albon2007-02-121-1/+3
| | | | SVN-Revision: 6288
* upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuseImre Kaloz2007-02-081-2/+3
| | | | SVN-Revision: 6277
* Use the KernelPackage template instead of kmod-fooFlorian Fainelli2007-01-051-14/+4
| | | | SVN-Revision: 5995
* remove empty fileFelix Fietkau2006-12-161-0/+0
| | | | SVN-Revision: 5806
* update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed ↵Nicolas Thill2006-12-152-48/+3
| | | | | | for 2.4 and make fuse 2.6 only SVN-Revision: 5799
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-5/+5
| | | | SVN-Revision: 5624
* finally move buildroot-ng to trunkFelix Fietkau2016-03-205-0/+242