Minto van der Sluis
17 years ago
2 changed files with 0 additions and 51 deletions
@ -1,35 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../nvidia/module-install-24.patch
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
|
||||
Do not call depmod (especially not without the currently building version
|
||||
attached) as well as not injecting some device nodes ...
|
||||
|
||||
- Rene Rebe <rene@exactcode.de>
|
||||
|
||||
--- NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src/nv/Makefile.nvidia.orig 2005-05-25 20:20:05.000000000 +0200
|
||||
+++ NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src/nv/Makefile.nvidia 2005-06-13 10:00:48.000000000 +0200
|
||||
@@ -116,9 +116,7 @@
|
||||
package-install: module suser-sanity-check rmmod-sanity-check
|
||||
mkdir -p $(MODULE_ROOT)/video && \
|
||||
install -m 0664 -o root -g root nvidia.o $(MODULE_ROOT)/video/nvidia.o$(O) && \
|
||||
- PATH="$(PATH):/bin:/sbin" depmod -a && \
|
||||
- PATH="$(PATH):/bin:/sbin" modprobe nvidia && \
|
||||
- echo "nvidia.o installed successfully."; \
|
||||
+ echo "nvidia.o installed successfully."
|
||||
|
||||
$(VERSION_HDR):
|
||||
echo \#define NV_COMPILER \"`$(CC) -v 2>&1 | tail -n 1`\" > $@
|
||||
|
@ -1,16 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# T2 SDE: package/.../nvidia/pkg_linux24_post.conf |
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- T2-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append lx_3rd_party_modules " " "nvidia" |
||||
|
Loading…
Reference in new issue