aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse24/patches/102-no_depmod.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-11 02:09:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-11 02:09:53 +0000
commit59800a6331cf5e398225dada66f1a3d64aea55b5 (patch)
tree52662035661750e2b39b6c45ccb4b1b9ab79f1e8 /package/fuse24/patches/102-no_depmod.patch
parent0ac5531765505375638716e4c528e0368cc141f7 (diff)
downloadupstream-59800a6331cf5e398225dada66f1a3d64aea55b5.tar.gz
upstream-59800a6331cf5e398225dada66f1a3d64aea55b5.tar.bz2
upstream-59800a6331cf5e398225dada66f1a3d64aea55b5.zip
[package] fuse24: introduce fuse package for brcm-2.4 (#5186)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16411 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse24/patches/102-no_depmod.patch')
-rw-r--r--package/fuse24/patches/102-no_depmod.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/fuse24/patches/102-no_depmod.patch b/package/fuse24/patches/102-no_depmod.patch
new file mode 100644
index 0000000000..ea9539a200
--- /dev/null
+++ b/package/fuse24/patches/102-no_depmod.patch
@@ -0,0 +1,15 @@
+diff -ruN fuse-2.5.3-old/kernel/Makefile.in fuse-2.5.3-new/kernel/Makefile.in
+--- fuse-2.5.3-old/kernel/Makefile.in 2006-06-17 00:04:06.000000000 +0200
++++ fuse-2.5.3-new/kernel/Makefile.in 2006-06-17 00:08:44.000000000 +0200
+@@ -31,11 +31,9 @@
+ install-y: all
+ $(mkdir_p) $(DESTDIR)$(fusemoduledir)
+ $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
+- -/sbin/depmod -a
+
+ uninstall-y:
+ rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
+- -/sbin/depmod -a
+
+ clean:
+ -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o