102-no_depmod.patch 386 B

1234567891011121314
  1. --- a/kernel/Makefile.in
  2. +++ b/kernel/Makefile.in
  3. @@ -31,11 +31,9 @@ all-y: all-spec
  4. install-y: all
  5. $(mkdir_p) $(DESTDIR)$(fusemoduledir)
  6. $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
  7. - -/sbin/depmod -a
  8. uninstall-y:
  9. rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
  10. - -/sbin/depmod -a
  11. clean:
  12. -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o