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
pull/137/head
Tk-Glitch 1 year ago
parent 9711d99979
commit dd871be510

@ -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…
Cancel
Save