diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-14 11:36:19 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-14 11:36:19 +0000 |
commit | af432e7a526864617c1e39ea049e745950e5bbdb (patch) | |
tree | 817a99bb43b007d61cb1fa56e4ed06e49632160d /package/fuse24/patches/101-kmod_build.patch | |
parent | b744dced08f3c1f114b8fb34bf708a549cfc1684 (diff) | |
download | mtk-20170518-af432e7a526864617c1e39ea049e745950e5bbdb.zip mtk-20170518-af432e7a526864617c1e39ea049e745950e5bbdb.tar.gz mtk-20170518-af432e7a526864617c1e39ea049e745950e5bbdb.tar.bz2 |
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
SVN-Revision: 16447
Diffstat (limited to 'package/fuse24/patches/101-kmod_build.patch')
-rw-r--r-- | package/fuse24/patches/101-kmod_build.patch | 9 |
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 e541d47..08cf0a8 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) |