aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse24/patches/101-kmod_build.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-06-14 11:36:19 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-06-14 11:36:19 +0000
commit9f3ef867e3d8bd2b4a3bd8142ea8d28e0638c89b (patch)
tree05c25a74e481943792a1eff1d0df71b277629ef8 /package/fuse24/patches/101-kmod_build.patch
parentcd7fb549f22aad80a131feece55cd423bb7fceef (diff)
downloadmaster-187ad058-9f3ef867e3d8bd2b4a3bd8142ea8d28e0638c89b.tar.gz
master-187ad058-9f3ef867e3d8bd2b4a3bd8142ea8d28e0638c89b.tar.bz2
master-187ad058-9f3ef867e3d8bd2b4a3bd8142ea8d28e0638c89b.zip
[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
Diffstat (limited to 'package/fuse24/patches/101-kmod_build.patch')
-rw-r--r--package/fuse24/patches/101-kmod_build.patch9
1 files changed, 4 insertions, 5 deletions
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)