mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +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
16d8b7a0d4
commit
0d30dd1ae5
2 changed files with 0 additions and 15 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,7 +0,0 @@
|
|||
PACKAGE_NAME="8188eu"
|
||||
PACKAGE_VERSION="1.0"
|
||||
BUILT_MODULE_NAME[0]="8188eu"
|
||||
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless/"
|
||||
AUTOINSTALL="yes"
|
||||
MAKE[0]="'make' all KVER=${kernelver}"
|
||||
CLEAN="'make' clean"
|
Loading…
Reference in a new issue