mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 01:07:15 +08:00
chakra-hardware-detection: fix NVIDIA_DRV_VER
This commit is contained in:
parent
4aa61ece04
commit
fe1d6f2dba
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=chakra-hardware-detection
|
||||
pkgver=20111122
|
||||
pkgver=20120127
|
||||
pkgrel=1
|
||||
pkgdesc="Hardware detection scripts for Chakra"
|
||||
arch=('any')
|
||||
|
@ -7,10 +7,6 @@ HW_DRIVER_PATH="/opt/chakra/pkgs"
|
||||
# LOCATION OF THE HARDWARE DATABASE
|
||||
HW_DB_PATH="/opt/chakra/hwdb"
|
||||
|
||||
# VERSION OF THE "NVIDIA" DRIVER PKG
|
||||
# (keep in sync with postinstall config)
|
||||
NVIDIA_DRV_VER="290"
|
||||
|
||||
# NVIDIA HW DATABASE FILE NAME
|
||||
NV_DB="hw_nvidia_hwdb"
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
# configs
|
||||
. /etc/chakra-hwdetect.conf
|
||||
. /etc/nvidia-drv.conf
|
||||
|
||||
# needed hooks (located in /opt/chakra/hooks)
|
||||
LOAD_HOOKS="hwdetect_1_base hwdetect_2_platform hwdetect_3_quirks hwdetect_4_power hwdetect_5_network hwdetect_6_alsa hwdetect_7_graphics"
|
||||
|
@ -22,7 +22,7 @@
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
#**************************************************************************
|
||||
|
||||
# config is in /etc/chakra-hwdetect.conf
|
||||
# config is in /etc/chakra-hwdetect.conf & /etc/nvidia-drv.conf
|
||||
|
||||
hwdetect_graphics()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user