mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Add firmware copy to 'make install'
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d53cd09c9d
commit
c1b4450c41
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -151,6 +151,8 @@ strip:
|
||||||
install:
|
install:
|
||||||
install -p -m 644 8188eu.ko $(MODDESTDIR)
|
install -p -m 644 8188eu.ko $(MODDESTDIR)
|
||||||
/sbin/depmod -a ${KVER}
|
/sbin/depmod -a ${KVER}
|
||||||
|
mkdir -p /lib/modules/rtlwifi
|
||||||
|
cp rtl8188eufw.bin /lib/modules/rtlwifi/.
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(MODDESTDIR)/8188eu.ko
|
rm -f $(MODDESTDIR)/8188eu.ko
|
||||||
|
|
Loading…
Reference in a new issue