mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-22 16:14:20 +00:00
Makefile: install: remove double firmware installation
The firmware is already installed in /lib/firmware/rtlwifi, no need to install it also in /lib/firmware. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
This commit is contained in:
parent
c4d952d618
commit
7339528fdf
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -160,7 +160,6 @@ install: firmware_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/.
|
||||
/sbin/depmod -a ${KVER}
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue