aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse24/patches/112-no_break_on_mknod.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-06-14 11:36:19 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-06-14 11:36:19 +0000
commitaf432e7a526864617c1e39ea049e745950e5bbdb (patch)
tree817a99bb43b007d61cb1fa56e4ed06e49632160d /package/fuse24/patches/112-no_break_on_mknod.patch
parentb744dced08f3c1f114b8fb34bf708a549cfc1684 (diff)
downloadupstream-af432e7a526864617c1e39ea049e745950e5bbdb.tar.gz
upstream-af432e7a526864617c1e39ea049e745950e5bbdb.tar.bz2
upstream-af432e7a526864617c1e39ea049e745950e5bbdb.zip
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/112-no_break_on_mknod.patch')
-rw-r--r--package/fuse24/patches/112-no_break_on_mknod.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/fuse24/patches/112-no_break_on_mknod.patch b/package/fuse24/patches/112-no_break_on_mknod.patch
index 96ed70f291..1c1e466fa9 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