summaryrefslogtreecommitdiffstats
path: root/package/fuse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage (#3246)florian2008-04-011-2/+2
| | | | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)nbd2007-12-251-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use $(CP) instead of $(INSTALL_BIN) for binaries.nbd2007-12-091-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23nbd2007-10-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more package submenusblogic2007-10-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd2007-09-281-11/+11
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-14/+22
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use a default VERSION field for kmod packagesnico2007-09-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade fuse to 2.6.5 (#1955)florian2007-06-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix fuse compile on osxnbd2007-04-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert previous commit oops :/florian2007-02-281-9/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Re-enable fuse for 2.4 kernels as well (#1346)florian2007-02-281-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove compatibility crap from libfuse which seems to break on uClibc, ↵nbd2007-02-271-0/+2
| | | | | | because of problems with versioned symbols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupnbd2007-02-251-33/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* More dependencies are required to force fuse to Linux 2.6 only.malbon2007-02-121-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fusekaloz2007-02-081-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the KernelPackage template instead of kmod-fooflorian2007-01-051-14/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed ↵nico2006-12-151-2/+3
| | | | | | for 2.4 and make fuse 2.6 only git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing Makefilesnico2006-09-241-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, add userland packages, fix fuse.pc in InstallDevnico2006-09-231-21/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PATH in rules.mkmbm2006-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: put PKG_BUILD_DIR in KERNEL_BUILD_DIRnbd2006-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includenbd2006-06-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd2006-06-211-2/+2
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* normalize Makefiles.nico2006-06-181-28/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add TARGET_CFLAGS to configure for userland lib and util.nico2006-06-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move fuse from target/linux/package/ to package/, update to v2.5.3, nico2006-06-171-0/+117
| | | | | | | add userland lib, util and dev stuff from trunk. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesnbd2006-04-131-108/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to 2.5.2 to fix compile issuewbx2006-03-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)mbm2006-02-011-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of small package changes and dependency cleanups for the V= stuffnbd2005-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)nico2005-10-201-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update fuse to v2.3.0 (thanks to Christian Magnusson)nico2005-08-301-36/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not build kernel module herenico2005-08-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/linux into target/linux, use wbx' new kernel code. support ↵nbd2005-05-281-7/+0
| | | | | | building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix wrong options passed to configurenico2005-05-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tweak package buildnico2005-05-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary .installed target in fuse and remove some extra stuff now ↵nbd2005-05-121-13/+7
| | | | | | handled by rules.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge nico's package/rules.mk and package/templates.mk into one file, update ↵nbd2005-05-091-10/+5
| | | | | | packages that use this git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typombm2005-04-211-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use common rules and templates, uniformize package Makefile, split package ↵nico2005-04-181-52/+113
| | | | | | in sub-packages, add kernel version to kmod package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove CVS dir from packagenico2005-04-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add fuse packagenico2005-04-091-0/+56
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@594 3c298f89-4303-0410-b956-a3cf2f4a3e73