switch ixp4xx microcode - use one that does not have the "learning" mode, which can...
[openwrt/staging/wigyori.git] / package / fuse / patches / 102-no_depmod.patch
1 Index: fuse-2.6.5/kernel/Makefile.in
2 ===================================================================
3 --- fuse-2.6.5.orig/kernel/Makefile.in 2007-06-23 13:03:50.000000000 +0200
4 +++ fuse-2.6.5/kernel/Makefile.in 2007-06-23 13:03:50.000000000 +0200
5 @@ -25,11 +25,9 @@
6 install-y: all
7 $(mkdir_p) $(DESTDIR)$(fusemoduledir)
8 $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
9 - -/sbin/depmod -a
10
11 uninstall-y:
12 rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
13 - -/sbin/depmod -a
14
15 clean:
16 -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o