mirror of
https://github.com/Frogging-Family/nvidia-all
synced 2024-10-30 15:20:10 +00:00
Constrain the 470 series specific 6.0 patch to older releases. The current 470.161.03 release should be 6.0 compatible ootb.
Fixes https://github.com/Frogging-Family/nvidia-all/issues/136
This commit is contained in:
parent
9711d99979
commit
dd871be510
2
PKGBUILD
2
PKGBUILD
@ -776,7 +776,7 @@ DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
|
||||
# 6.0
|
||||
if (( $(vercmp "$_kernel" "6.0") >= 0 )); then
|
||||
_kernel60="1"
|
||||
_whitelist60=( 515.6* 470.* )
|
||||
_whitelist60=( 515.6* 470.4* 470.5* 470.6* 470.7* 470.8* 470.9* 470.10* 470.12* 470.14* )
|
||||
fi
|
||||
|
||||
# Loop patches (linux-4.15.patch, lol.patch, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user