Merge pull request #363 from satmandu/v5.6.4

V5.6.4 changes to dkms files
This commit is contained in:
Christian Bremvåg 2019-05-30 20:17:14 +02:00 committed by GitHub
commit e93c18ca09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ fi
DRV_DIR="$(pwd)"
DRV_NAME=rtl8812au
DRV_VERSION=5.3.4
DRV_VERSION=5.6.4
cp -r ${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}

View File

@ -9,7 +9,7 @@ fi
DRV_DIR="$(pwd)"
DRV_NAME=rtl8812au
DRV_VERSION=5.3.4
DRV_VERSION=5.6.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.3.4~20190522"
PACKAGE_VERSION="5.6.4~20190522"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=88XXau
PROCS_NUM=`nproc`