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

Remove REMAKE_INITRD

Setting REMAKE_INITRD=no was not needed because it was the default, but since v3.0.0 this option has been deprecated.
https://github.com/dell/dkms/releases/tag/v3.0.0
This commit is contained in:
Iyán 2021-11-21 15:05:57 +01:00 committed by GitHub
parent 307d694076
commit 191f5bc5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,3 @@ PROCS_NUM=`nproc`
DEST_MODULE_LOCATION[0]="/updates"
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
AUTOINSTALL="yes"
REMAKE_INITRD=no