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:
Larry Finger 2020-01-28 09:40:57 -06:00
parent 16d8b7a0d4
commit 0d30dd1ae5
2 changed files with 0 additions and 15 deletions

View file

@ -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
---------

View file

@ -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"