mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Change Makefile to handle conflicts between r8188eu and 8188eu
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4b573cbd5a
commit
e0688b5659
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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"
|
||||
|
|
Loading…
Reference in a new issue