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 5c7589507a
commit b572d3030a
2 changed files with 0 additions and 16 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,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"