Disable kernel 5.14 patch for 470.63.01 and newer (#57)

pull/62/head
Matej Dian 3 years ago committed by GitHub
parent 07d2aec324
commit 46cead3a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -624,7 +624,7 @@ DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
# 5.14
if (( $(vercmp "$_kernel" "5.14") >= 0 )); then
_kernel514="1"
_whitelist514=( 465* 470* )
_whitelist514=( 465* 470.4* 470.5* )
fi
# Loop patches (linux-4.15.patch, lol.patch, ...)

Loading…
Cancel
Save