mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Makefile improvements
- install target should create destination directory, if not found. - some people don't want to install the firmware binary by default, e.g. someone who already installed the linux-firmware package from its Linux distribution. Signed-off-by: Rafael G. Martins <rafael@rafaelmartins.eng.br>
This commit is contained in:
parent
91938194fd
commit
d93524fd02
2 changed files with 7 additions and 4 deletions
|
@ -17,6 +17,8 @@ consult your distro.
|
|||
|
||||
> sudo make install
|
||||
|
||||
> sudo make install_firmware
|
||||
|
||||
Submitting Issues
|
||||
---------
|
||||
|
||||
|
@ -24,5 +26,5 @@ Frequently asked Questions
|
|||
---------
|
||||
|
||||
### The network manager says: "Device is not ready"!
|
||||
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/
|
||||
Make sure you ran `sudo make install_firmware`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue