aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse
Commit message (Expand)AuthorAgeFilesLines
* package/fuse: update to version 2.8.5, refresh patchesAlexandros C. Couloumbis2010-12-082-4/+4
* fix fuse dependency against kmod-fuseFlorian Fainelli2010-09-041-1/+1
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-107/+8
* update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)Florian Fainelli2010-05-021-2/+2
* fuse: remove empty patchesRalph Hempel2010-04-253-0/+0
* package/fuse: refresh patchesGabor Juhos2010-03-262-7/+5
* find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - in...Travis Kemen2010-03-1410-694/+281
* disable fuse kernel compilation module, all versions that we have have it mai...Florian Fainelli2009-07-311-17/+6
* put all filesystem related packages into the Filesystem submenu (#5352)Florian Fainelli2009-07-051-2/+2
* fuse: update to v2.7.4 (#5186)Jo-Philipp Wich2009-06-111-21/+28
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* package/fuse: add workaround for uClibc 0.9.29 issues, fixes owfs and possibl...Jo-Philipp Wich2008-11-221-0/+46
* fix fuse: use in-kernel module for 2.6.25+ kernelsNicolas Thill2008-05-111-4/+15
* Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage (#3246)Florian Fainelli2008-04-016-605/+359
* Fix compilation of fuse with 2.6.24Florian Fainelli2008-03-161-0/+246
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-6/+0
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
* fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23Felix Fietkau2007-10-205-267/+562
* more package submenusJohn Crispin2007-10-181-0/+2
* add $(STAGING_DIR) as argument to the InstallDev template and update packages...Felix Fietkau2007-09-281-11/+11
* move package description to a separate definition, remove it when DESCRIPTION...Nicolas Thill2007-09-071-14/+22
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
* Upgrade fuse to 2.6.5 (#1955)Florian Fainelli2007-06-238-39/+47
* fix fuse (closes: #1847)Nicolas Thill2007-06-102-8/+24
* upgrade a few packages to newer versions (includes patch by kaloz) - preparat...Felix Fietkau2007-06-053-0/+84
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-044-27/+36
* remove problematic patch from fuse (was only needed with devfs on 2.6)Felix Fietkau2007-05-081-16/+0
* fix fuse compile on osxFelix Fietkau2007-04-012-0/+16
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...Felix Fietkau2007-03-161-1/+0
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...Felix Fietkau2007-03-161-3/+0
* Revert previous commit oops :/Florian Fainelli2007-02-281-9/+4
* Re-enable fuse for 2.4 kernels as well (#1346)Florian Fainelli2007-02-281-3/+9
* remove compatibility crap from libfuse which seems to break on uClibc, becaus...Felix Fietkau2007-02-272-0/+203
* more cleanupFelix Fietkau2007-02-251-33/+14
* More dependencies are required to force fuse to Linux 2.6 only.Mike Albon2007-02-121-1/+3
* upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuseImre Kaloz2007-02-081-2/+3
* Use the KernelPackage template instead of kmod-fooFlorian Fainelli2007-01-051-14/+4
* remove empty fileFelix Fietkau2006-12-161-0/+0
* update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed fo...Nicolas Thill2006-12-152-48/+3
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-5/+5
* finally move buildroot-ng to trunkFelix Fietkau2016-03-205-0/+242
lass="k">) -fhonour-copts TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include TARGET_LDFLAGS:=-L$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib ifeq ($(CONFIG_SOFT_FLOAT),y) SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft TARGET_CFLAGS+=-msoft-float else SOFT_FLOAT_CONFIG_OPTION:= endif export PATH:=$(TARGET_PATH) export STAGING_DIR export GCC_HONOUR_COPTS:=0 PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config export PKG_CONFIG LINUX_HEADERS_DIR:=$(BUILD_DIR_TOOLCHAIN)/linux HOSTCC:=gcc HOST_CFLAGS:=-O2 -I$(STAGING_DIR_HOST)/include HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib TARGET_CC:=$(TARGET_CROSS)gcc STRIP:=$(STAGING_DIR_HOST)/bin/sstrip PATCH:=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR_HOST)/bin/sed -i -e CP:=cp -fpR INSTALL_BIN:=install -m0755 INSTALL_DIR:=install -d -m0755 INSTALL_DATA:=install -m0644 INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) endif TARGET_CONFIGURE_OPTS:= \ AR=$(TARGET_CROSS)ar \ AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ LD=$(TARGET_CROSS)ld \ NM=$(TARGET_CROSS)nm \ CC="$(TARGET_CC)" \ GCC="$(TARGET_CC)" \ CXX=$(TARGET_CROSS)g++ \ RANLIB=$(TARGET_CROSS)ranlib \ STRIP=$(TARGET_CROSS)strip \ OBJCOPY=$(TARGET_CROSS)objcopy \ OBJDUMP=$(TARGET_CROSS)objdump \ SIZE=$(TARGET_CROSS)size # strip an entire directory RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh ifeq ($(CONFIG_ENABLE_LOCALE),true) DISABLE_NLS:= else DISABLE_NLS:=--disable-nls endif ifneq ($(CONFIG_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif ifeq ($(CONFIG_TAR_VERBOSITY),y) TAR_OPTIONS:=-xvf - else TAR_OPTIONS:=-xf - endif define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef define shexport $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef empty:= space:= $(empty) $(empty) merge=$(subst $(space),,$(1)) confvar=$(call merge,$(foreach v,$(1),$(if $($(v)),y,n))) # file extension ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1))) all: FORCE: ; .PHONY: FORCE endif #__rules_inc