system/nvidia-kernel: Updated for version 310.32.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ccb9cce8e2
commit
09a2110074
|
@ -38,9 +38,10 @@
|
|||
# 1.9 15-JUL-2012 new version - Short Lived Branch
|
||||
# 2.0 25-SEP-2012 new version - Long Lived Branch
|
||||
# 2.2 22-NOV-2012 new version - Long Lived Branch.
|
||||
# 2.3 15-FEB-2012 new version - Long Lived Branch.
|
||||
|
||||
PRGNAM=nvidia-kernel
|
||||
VERSION=310.19
|
||||
VERSION=310.32
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,6 +95,7 @@ install -m 0664 nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
|
|||
|
||||
# Make sure the X is specified to automagically load the
|
||||
# correct driver, since I always forget.
|
||||
# Remove this file if you have an equivilent entry in /etc/X11/xorg.d
|
||||
|
||||
mkdir -p $PKG/usr/share/X11/xorg.conf.d/
|
||||
cat $CWD/10-nvidia.conf > $PKG/usr/share/X11/xorg.conf.d/10-nvidia.conf
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="310.19"
|
||||
VERSION="310.32"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/310.19/NVIDIA-Linux-x86-310.19.run"
|
||||
MD5SUM="2adbdd38540b3a8955714760e05f575d"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/310.19/NVIDIA-Linux-x86_64-310.19.run"
|
||||
MD5SUM_x86_64="0b498d3b2dfd123032cb93196e0f475c"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/310.32/NVIDIA-Linux-x86-310.32.run"
|
||||
MD5SUM="219608da023a318e2c023497e5ba9296"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/310.32/NVIDIA-Linux-x86_64-310.32.run"
|
||||
MD5SUM_x86_64="a6c9882e2cb00f0e7f84fa133b1e2840"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue