From 71013384a4dec10ea58f8263b1f763480a0da546 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 14 Jun 2009 11:36:19 +0000 Subject: [fuse24] Some fixes for fuse24. Because sshfs expects character device to be /dev/fuse instead of /dev/misc/fuse, sshfs fails. This patch creates fuse device at /dev/fuse instead, also for compatibility the postinstall script (only executed when manually installed per opkg) creates /dev/misc/fuse added the dcache enabled kernel message to fuse24 Closes #5333 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16447 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/fuse24/patches/112-no_break_on_mknod.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package/fuse24/patches/112-no_break_on_mknod.patch') diff --git a/package/fuse24/patches/112-no_break_on_mknod.patch b/package/fuse24/patches/112-no_break_on_mknod.patch index 96ed70f29..1c1e466fa 100644 --- a/package/fuse24/patches/112-no_break_on_mknod.patch +++ b/package/fuse24/patches/112-no_break_on_mknod.patch @@ -1,7 +1,6 @@ -diff -ruN fuse-2.4.1-old/util/Makefile.in fuse-2.4.1-new/util/Makefile.in ---- fuse-2.4.1-old/util/Makefile.in 2005-10-17 12:29:20.000000000 +0200 -+++ fuse-2.4.1-new/util/Makefile.in 2005-10-19 17:11:13.000000000 +0200 -@@ -445,7 +445,7 @@ +--- a/util/Makefile.in ++++ b/util/Makefile.in +@@ -453,7 +453,7 @@ uninstall-am: uninstall-binPROGRAMS unin install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount -- cgit v1.2.3