mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Remove all mention of dkms. See Issue #306 at GitHub.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5c7589507a
commit
b572d3030a
2 changed files with 0 additions and 16 deletions
|
@ -36,14 +36,6 @@ consult your distro.
|
|||
|
||||
> sudo make install
|
||||
|
||||
DKMS
|
||||
---------
|
||||
The module can also be installed with DKMS. Make sure to install the `dkms` package first.
|
||||
|
||||
sudo dkms add ./rtl8188eu
|
||||
sudo dkms build 8188eu/1.0
|
||||
sudo dkms install 8188eu/1.0
|
||||
|
||||
Submitting Issues
|
||||
---------
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
PACKAGE_NAME="8188eu"
|
||||
PACKAGE_VERSION="1.0"
|
||||
BUILT_MODULE_NAME="8188eu"
|
||||
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
||||
REMAKE_INITRD="yes"
|
||||
AUTOINSTALL="yes"
|
||||
MAKE="'make' KVER=${kernelver} all"
|
||||
CLEAN="'make' clean"
|
Loading…
Reference in a new issue