1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 05:00:36 +00:00

Merge pull request #7 from aircrack-ng/v5.3.4

V5.3.4
This commit is contained in:
Christian B 2018-10-05 10:18:36 +02:00 committed by GitHub
commit e0e4692246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## with monitor mode and frame injection
###
newest driver 5.4.3 from realtek + patches to add 8814 support
newest driver 5.3.4 from realtek + patches to add 8814 support
### DKMS
This driver can be installed using [DKMS]. This is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the `dkms` package, which on Debian (based) systems is done like this:

View File

@ -9,7 +9,7 @@ fi
DRV_DIR=rtl8812au
DRV_NAME=rtl8812au
DRV_VERSION=5.2.20.2
DRV_VERSION=5.3.4
cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}

View File

@ -9,7 +9,7 @@ fi
DRV_DIR=rtl8812au
DRV_NAME=rtl8812au
DRV_VERSION=5.2.20.2
DRV_VERSION=5.3.4
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.2.20.2~20180812"
PACKAGE_VERSION="5.3.4~20181004"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=88XXau
PROCS_NUM=`nproc`