X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d7b52bb02bcea490585f29b06f1a2e33060cf052..b740fa4a28501fdabd4d62bc8f3dca0e671c719e:/openwrt/package/fuse/Makefile diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index 35d096a5a..452a4ab7d 100644 --- a/openwrt/package/fuse/Makefile +++ b/openwrt/package/fuse/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fuse -PKG_VERSION:=2.3.0 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 -PKG_MD5SUM:=0bee98df5b2a29841f75fc188975eabc +PKG_MD5SUM:=553bd9c5a4f3cd27f3e2b93844711e4c PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -58,6 +58,7 @@ $(PKG_BUILD_DIR)/.configured: --disable-example \ --disable-auto-modprobe \ --with-kernel=$(LINUX_DIR) \ + --disable-mtab \ ); touch $@ @@ -103,5 +104,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libfuse.so* \ $(STAGING_DIR)/usr/lib/pkgconfig/fuse.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev