mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Fix Makefile copying firmware to wrong directory
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7162635d09
commit
569af61929
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -159,7 +159,7 @@ install:
|
|||
install -p -m 644 8188eu.ko $(MODDESTDIR)
|
||||
@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/.
|
||||
cp rtl8188eufw.bin /lib/firmware/rtlwifi/.
|
||||
/sbin/depmod -a ${KVER}
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue