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

Fix dkms install problem with kernel version

This commit is contained in:
Christian B 2018-03-10 20:45:09 +01:00 committed by GitHub
parent 19c72ad569
commit 141c673e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ PACKAGE_VERSION="5.1.5~20180125"
CLEAN="make clean"
BUILT_MODULE_NAME[0]=8812au
DEST_MODULE_LOCATION[0]="/updates"
MAKE[0]="'make' && 'make' RTL8814=1"
MAKE[0]="'make' KVER=${kernelver} && 'make' RTL8814=1 KVER=${kernelver}"
BUILT_MODULE_NAME[1]=8814au
DEST_MODULE_LOCATION[1]="/updates"
AUTOINSTALL="yes"