Skip 455.46.01 for kernel 5.10 patch application

This commit is contained in:
Tk-Glitch
2020-11-11 23:44:49 +01:00
parent 11a7a734b6
commit 929e00ec0d

View File

@@ -484,7 +484,7 @@ DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
# 5.10
if (( $(vercmp "$_kernel" "5.10") >= 0 )); then
_kernel510="1"
_whitelist510=( 450* 455* )
_whitelist510=( 450* 455.2* 455.3* )
fi
# Loop patches (linux-4.15.patch, lol.patch, ...)