From 4b710185300be945f2cfe227ac930104b763ed9a Mon Sep 17 00:00:00 2001 From: Andrey Leonchikov Date: Sun, 14 Sep 2025 23:48:42 +0200 Subject: [PATCH] Disable depmod on install --- patch/rtl8189fs/disable_debug.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patch/rtl8189fs/disable_debug.patch b/patch/rtl8189fs/disable_debug.patch index efac126..8d7c8b0 100644 --- a/patch/rtl8189fs/disable_debug.patch +++ b/patch/rtl8189fs/disable_debug.patch @@ -14,3 +14,11 @@ diff '--color=auto' -Naur a/Makefile b/Makefile # enable /proc/net/rtlxxxx/ debug interfaces 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