fixed DKMS support

* Fixed DKMS support for installing both modules
* Fixed package/version information
This commit is contained in:
Christian kimocoder 2017-08-28 09:27:01 +02:00 committed by GitHub
parent af17fc4bc2
commit e6db3c9b58

View File

@ -1,7 +1,9 @@
PACKAGE_NAME="rtl8812au" PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="#MODULE_VERSION#" PACKAGE_VERSION="5.1.5~20170828"
BUILT_MODULE_NAME[0]="8812au" CLEAN="make clean"
MAKE="'make' -j4" BUILT_MODULE_NAME[0]=8812au
CLEAN="'make' clean" DEST_MODULE_LOCATION[0]="/updates"
DEST_MODULE_LOCATION[0]="/updates/dkms" MAKE[0]="'make' && 'make' RTL8814=1"
AUTOINSTALL="YES" BUILT_MODULE_NAME[1]=8814au
DEST_MODULE_LOCATION[1]="/updates"
AUTOINSTALL="yes"