rtl8188eu: Change Makefile to handle conflicts between r8188eu and 8188eu

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-01-11 11:11:31 -06:00
parent 4b573cbd5a
commit e0688b5659

View file

@ -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"