diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-01 20:02:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-01 20:02:27 +0000 |
commit | 3b72dadac9f92c0bf31a7e4b06dada0a04d2a155 (patch) | |
tree | e045348d22800519b49a779e01963f185005c7eb /package/fuse/patches/102-no_depmod.patch | |
parent | ec02c6dd9077718c8177b1d81e9e1edcd0e40701 (diff) | |
download | upstream-3b72dadac9f92c0bf31a7e4b06dada0a04d2a155.tar.gz upstream-3b72dadac9f92c0bf31a7e4b06dada0a04d2a155.tar.bz2 upstream-3b72dadac9f92c0bf31a7e4b06dada0a04d2a155.zip |
Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage (#3246)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 10698
Diffstat (limited to 'package/fuse/patches/102-no_depmod.patch')
-rw-r--r-- | package/fuse/patches/102-no_depmod.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/fuse/patches/102-no_depmod.patch b/package/fuse/patches/102-no_depmod.patch index 899d3077d4..ee86942203 100644 --- a/package/fuse/patches/102-no_depmod.patch +++ b/package/fuse/patches/102-no_depmod.patch @@ -1,7 +1,6 @@ -Index: fuse-2.6.5/kernel/Makefile.in -=================================================================== ---- fuse-2.6.5.orig/kernel/Makefile.in 2007-06-23 13:03:50.000000000 +0200 -+++ fuse-2.6.5/kernel/Makefile.in 2007-06-23 13:03:50.000000000 +0200 +diff -Nru fuse-2.7.3.orig/kernel/Makefile.in fuse-2.7.3/kernel/Makefile.in +--- fuse-2.7.3.orig/kernel/Makefile.in 2006-12-09 13:51:13.000000000 -0500 ++++ fuse-2.7.3/kernel/Makefile.in 2008-03-17 14:12:32.000000000 -0400 @@ -25,11 +25,9 @@ install-y: all $(mkdir_p) $(DESTDIR)$(fusemoduledir) |