diff options
| author | Simon Rettberg | 2018-09-12 16:04:54 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2018-09-12 16:04:54 +0200 |
| commit | 4beee53195a65839f4d8f269bbba959783933cf4 (patch) | |
| tree | 0f88497796976dd66a3da7c4aab4855a08a8571b /core/modules/nvidia_kernel/module.conf | |
| parent | [rfs32] setup_partitons: More agressive udev-settle timeout (diff) | |
| download | mltk-4beee53195a65839f4d8f269bbba959783933cf4.tar.gz mltk-4beee53195a65839f4d8f269bbba959783933cf4.tar.xz mltk-4beee53195a65839f4d8f269bbba959783933cf4.zip | |
[rfs31/nvidia] Use drm.cfg.d machanism
Diffstat (limited to 'core/modules/nvidia_kernel/module.conf')
| -rw-r--r-- | core/modules/nvidia_kernel/module.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/nvidia_kernel/module.conf b/core/modules/nvidia_kernel/module.conf index 1940ca36..97487c0f 100644 --- a/core/modules/nvidia_kernel/module.conf +++ b/core/modules/nvidia_kernel/module.conf @@ -1,10 +1,11 @@ #!/bin/bash REQUIRED_VERSION="384.59" REQUIRED_NVIDIA="NVIDIA-Linux-x86_64-$REQUIRED_VERSION.run" -REQUIRED_URL="http://download.nvidia.com/XFree86/Linux-x86_64/$REQUIRED_VERSION/$REQUIRED_NVIDIA" +REQUIRED_URL_BASE="http://download.nvidia.com/XFree86/Linux-x86_64" REQUIRED_DIRECTORIES=" /lib/modules/nvidia + /drm.cfg.d " REQUIRED_MODULES=" kernel |
