summaryrefslogtreecommitdiff
path: root/openwrt/package/fuse/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-20 03:00:29 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-20 03:00:29 +0000
commit732482d3c7da7a51f899d9e561b0bae96147a285 (patch)
treee08073e96bd78e97b127b81b7ca261dac725eb17 /openwrt/package/fuse/Makefile
parentd8c0bde813442d6d59eb932b133b4ba405a8b6bb (diff)
downloadmtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.zip
mtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.tar.gz
mtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.tar.bz2
update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)
SVN-Revision: 2186
Diffstat (limited to 'openwrt/package/fuse/Makefile')
-rw-r--r--openwrt/package/fuse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile
index 35d096a..d5e3222 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 $@