mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-09 23:57:10 +00:00
Fix dkms install problem with kernel version
This commit is contained in:
parent
19c72ad569
commit
141c673e1a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user