From ec2803dd46c56b81c3fc8afd55db5a68d0e51bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Tue, 4 Feb 2020 23:43:48 +0100 Subject: [PATCH] Add blacklist of kernel module in the Makefile (installer) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 66b5a0e..4b743f5 100755 --- a/Makefile +++ b/Makefile @@ -2322,6 +2322,7 @@ strip: install: install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR) /sbin/depmod -a ${KVER} + @echo "blacklist r8188eu" > /etc/modprobe.d/realtek.conf uninstall: rm -f $(MODDESTDIR)/$(MODULE_NAME).ko