mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Fix makefile if r8188eu is not part of system
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d442f6a7c9
commit
f8d1526317
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -602,7 +602,7 @@ strip:
|
|||
|
||||
install:
|
||||
install -p -m 644 8188eu.ko $(MODDESTDIR)
|
||||
@modprobe -r r8188eu
|
||||
@if [ -a /lib/modules/$(KVER)/kernel/drivers/staging/rtl8188eu/r8188eu.ko ] ; then modprobe -r r8188eu; fi;
|
||||
@echo "blacklist r8188eu" > /etc/modprobe.d/50-8188eu.conf
|
||||
cp rtl8188eufw.bin /lib/firmware/.
|
||||
/sbin/depmod -a ${KVER}
|
||||
|
|
Loading…
Reference in a new issue