mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-25 22:04:40 +02:00
Disable depmod on install
This commit is contained in:
parent
7c9dc8505e
commit
4b71018530
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user