system/nvidia-kernel: Updated for version 410.73.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2018-11-09 23:36:24 +00:00 committed by Willy Sudiarto Raharjo
parent 666fb8a290
commit 0aba99b87c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 12 additions and 15 deletions

View file

@ -28,7 +28,7 @@
# see nvidia-driver/changelog.txt
PRGNAM=nvidia-kernel
VERSION=${VERSION:-390.87}
VERSION=${VERSION:-410.73}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,20 +41,17 @@ PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
if [ "$ARCH" = "i486" ]; then
TARGET="x86"
SRCSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
TARGET="x86"
SRCSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
if [ "$ARCH" = "x86_64" ]; then
TARGET="x86_64"
else
echo "$ARCH is not supported."
exit 1
fi
unset ARCH
@ -92,7 +89,7 @@ if [ "$TARGET" = "x86_64" ]; then
install -m 0664 kernel/nvidia-uvm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
fi
# Make sure the X is specified to automagically load the
# Make sure the X is specified to automagically load the
# correct driver, since I always forget. You can remove
# this file if you have an equivilent entry in /etc/X11/xorg.d

View file

@ -1,10 +1,10 @@
PRGNAM="nvidia-kernel"
VERSION="390.87"
VERSION="410.73"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/390.87/NVIDIA-Linux-x86-390.87.run"
MD5SUM="c21fd1e9048d3cf12552a9e9035df3cf"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/390.87/NVIDIA-Linux-x86_64-390.87.run"
MD5SUM_x86_64="35c36552e252a18297d6e1b976ef247c"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/410.73/NVIDIA-Linux-x86_64-410.73.run"
MD5SUM_x86_64="c472621894ea888344cdd9f7c824be19"
REQUIRES=""
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"