uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 module loadi...
[openwrt/staging/florian.git] / package / fuse / patches / 102-no_depmod.patch
1 diff -Nru fuse-2.7.3.orig/kernel/Makefile.in fuse-2.7.3/kernel/Makefile.in
2 --- fuse-2.7.3.orig/kernel/Makefile.in 2006-12-09 13:51:13.000000000 -0500
3 +++ fuse-2.7.3/kernel/Makefile.in 2008-03-17 14:12:32.000000000 -0400
4 @@ -25,11 +25,9 @@
5 install-y: all
6 $(mkdir_p) $(DESTDIR)$(fusemoduledir)
7 $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
8 - -/sbin/depmod -a
9
10 uninstall-y:
11 rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
12 - -/sbin/depmod -a
13
14 clean:
15 -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o