Add support for open source kernel modules introduced with 515.43.04 - https://github.com/NVIDIA/open-gpu-kernel-modules

pull/106/head
Tk-Glitch 2 years ago
parent 4f4eb78edd
commit fa920eb905

1426
PKGBUILD

File diff suppressed because it is too large Load Diff

@ -31,6 +31,10 @@ _driver_branch=""
# Set to "latest" to use the latest driver on the selected branch.
_driver_version=""
# Set to "true" to build open source modules if available, or leave empty to get a prompt
# Available for 515.43.04 beta or newer only
_open_source_modules=""
# Only updates if there is a newer version available
# Semi-hack, compares version-strings as strings, i.e. if "460.39" > "455.45.01" update etc
# Set to "true" to enable

Loading…
Cancel
Save