Apply Patch
This commit is contained in:
parent
58f5ae17c5
commit
b8712f484a
@ -1,12 +1,12 @@
|
|||||||
# DKMS configuration for the NVIDIA Open kernel module. -*- sh -*-
|
# DKMS configuration for the NVIDIA kernel module. -*- sh -*-
|
||||||
|
|
||||||
PACKAGE_NAME="nvidia-open"
|
PACKAGE_NAME="nvidia"
|
||||||
PACKAGE_VERSION="560.31.02"
|
PACKAGE_VERSION="560.31.02"
|
||||||
|
|
||||||
# Only kernels from 3.10 onwards are supported.
|
# Only kernels from 3.10 onwards are supported.
|
||||||
BUILD_EXCLUSIVE_KERNEL="^(3\.[1-9][0-9]|[4-9]\.)"
|
BUILD_EXCLUSIVE_KERNEL="^(3\.[1-9][0-9]|[4-9]\.)"
|
||||||
|
|
||||||
# The NVIDIA Open driver does not support real-time kernels.
|
# The NVIDIA driver does not support real-time kernels.
|
||||||
BUILD_EXCLUSIVE_CONFIG="!CONFIG_PREEMPT_RT !CONFIG_PREEMPT_RT_FULL"
|
BUILD_EXCLUSIVE_CONFIG="!CONFIG_PREEMPT_RT !CONFIG_PREEMPT_RT_FULL"
|
||||||
|
|
||||||
AUTOINSTALL=yes
|
AUTOINSTALL=yes
|
||||||
|
@ -1 +1 @@
|
|||||||
kernel-open/* usr/src/nvidia-open-560.31.02/
|
kernel-open/* usr/src/nvidia-560.31.02/
|
@ -1,6 +1,6 @@
|
|||||||
kernel-open/* usr/src/modules/nvidia-open-kernel/
|
kernel-open/* usr/src/modules/nvidia-kernel/
|
||||||
extra_files/bug-script usr/src/modules/nvidia-open-kernel/debian/
|
extra_files/bug-script usr/src/modules/nvidia-kernel/debian/
|
||||||
debian/changelog usr/src/modules/nvidia-open-kernel/debian/
|
debian/changelog usr/src/modules/nvidia-kernel/debian/
|
||||||
extra_files/control.models usr/src/modules/nvidia-open-kernel/debian/
|
extra_files/control.models usr/src/modules/nvidia-kernel/debian/
|
||||||
debian/copyright usr/src/modules/nvidia-open-kernel/debian/
|
debian/copyright usr/src/modules/nvidia-kernel/debian/
|
||||||
# debian/module/debian/* usr/src/modules/nvidia-open-kernel/debian/
|
# debian/module/debian/* usr/src/modules/nvidia-kernel/debian/
|
Loading…
Reference in New Issue
Block a user