From 9f3ef867e3d8bd2b4a3bd8142ea8d28e0638c89b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens 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/101-kmod_build.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'package/fuse24/patches/101-kmod_build.patch') diff --git a/package/fuse24/patches/101-kmod_build.patch b/package/fuse24/patches/101-kmod_build.patch index e541d47142..08cf0a8f73 100644 --- a/package/fuse24/patches/101-kmod_build.patch +++ b/package/fuse24/patches/101-kmod_build.patch @@ -1,7 +1,6 @@ -diff -Nur fuse-2.5.2/kernel/Makefile.in fuse-2.5.2.patched/kernel/Makefile.in ---- fuse-2.5.2/kernel/Makefile.in 2006-02-02 18:04:52.000000000 +0100 -+++ fuse-2.5.2.patched/kernel/Makefile.in 2006-03-28 20:17:13.000000000 +0200 -@@ -54,23 +54,8 @@ +--- a/kernel/Makefile.in ++++ b/kernel/Makefile.in +@@ -54,23 +54,8 @@ distdir: $(DISTFILES) $(COMPATDISTFILES) ifeq ($(majver), 2.4) @@ -25,7 +24,7 @@ diff -Nur fuse-2.5.2/kernel/Makefile.in fuse-2.5.2.patched/kernel/Makefile.in fuse_headers = fuse_i.h fuse_kernel.h dev.o: $(fuse_headers) -@@ -78,6 +63,18 @@ +@@ -78,6 +63,18 @@ dir.o: $(fuse_headers) file.o: $(fuse_headers) inode.o: $(fuse_headers) -- cgit v1.2.3