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 | 1004770b1afd612e4330df0be615849797a90626 (patch) | |
tree | ba069b9e6cb852af0ab1bc227dee40b47eba8a6c /package/fuse/patches/102-no_depmod.patch | |
parent | cb95f4c5a42ccdc6dcc90d813e5b8aef7aa65b81 (diff) | |
download | upstream-1004770b1afd612e4330df0be615849797a90626.tar.gz upstream-1004770b1afd612e4330df0be615849797a90626.tar.bz2 upstream-1004770b1afd612e4330df0be615849797a90626.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10698 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |