1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00
rtl8812au/dkms.conf
Louie Lu 25444d3031
Fix typo
Fix typo that introduce by 94f9256
2018-09-19 14:14:47 +08:00

10 lines
302 B
Plaintext

PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.1.5~20180608"
CLEAN="make clean"
BUILT_MODULE_NAME[0]=8812au
DEST_MODULE_LOCATION[0]="/updates"
MAKE[0]="'make' KVER=${kernelver} && 'make' RTL8814=1 KVER=${kernelver}"
BUILT_MODULE_NAME[1]=8814au
DEST_MODULE_LOCATION[1]="/updates"
AUTOINSTALL="yes"