From e0688b5659074188f91b65c3690c0464f4114142 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 11 Jan 2015 11:11:31 -0600 Subject: [PATCH] rtl8188eu: Change Makefile to handle conflicts between r8188eu and 8188eu Signed-off-by: Larry Finger --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 15f8626..db3742a 100755 --- a/Makefile +++ b/Makefile @@ -602,12 +602,15 @@ strip: install: install -p -m 644 8188eu.ko $(MODDESTDIR) + @modprobe -r r8188eu + @echo "blacklist r8188eu" > /etc/modprobe.d/50-8188eu.conf cp rtl8188eufw.bin /lib/firmware/. /sbin/depmod -a ${KVER} uninstall: rm -f $(MODDESTDIR)/8188eu.ko /sbin/depmod -a ${KVER} + @rm /etc/modprobe.d/50-8188eu.conf config_r: @echo "make config"