Disable depmod on install

This commit is contained in:
Andrey Leonchikov 2025-09-14 23:48:42 +02:00
parent 7c9dc8505e
commit 4b71018530

View File

@ -14,3 +14,11 @@ diff '--color=auto' -Naur a/Makefile b/Makefile
# enable /proc/net/rtlxxxx/ debug interfaces # enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = y CONFIG_PROC_DEBUG = y
@@ -2303,7 +2303,6 @@ strip:
install:
install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR)
- /sbin/depmod -a ${KVER}
uninstall:
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko