summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/xconfig.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-04-11 18:06:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-04-11 18:06:23 (GMT)
commit3ae2930b843456f052d5de47fec03de7f3cb5c25 (patch)
tree28ff4e899e420575740f81fa539b8e9752dd6d0f /abs/core/LinHES-config/xconfig.sh
parent54f41af478e8e5a51a0cd17c8caa36ed846e131e (diff)
downloadlinhes_pkgbuild-3ae2930b843456f052d5de47fec03de7f3cb5c25.zip
linhes_pkgbuild-3ae2930b843456f052d5de47fec03de7f3cb5c25.tar.gz
linhes_pkgbuild-3ae2930b843456f052d5de47fec03de7f3cb5c25.tar.bz2
LinHES-config: xconfig.sh: fix nvidia-390xx supported list
Diffstat (limited to 'abs/core/LinHES-config/xconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/xconfig.sh b/abs/core/LinHES-config/xconfig.sh
index 5955f56..3bd7d25 100755
--- a/abs/core/LinHES-config/xconfig.sh
+++ b/abs/core/LinHES-config/xconfig.sh
@@ -38,7 +38,7 @@ MYTH_RUN_STATUS="1"
NVIDIA_304xx_SUPPORTED="$TEMPLATES/xorg/304xx_supported.txt"
NVIDIA_340xx_SUPPORTED="$TEMPLATES/xorg/340xx_supported.txt"
-NVIDIA_390xx_SUPPORTED="$TEMPLATES/xorg/340xx_supported.txt"
+NVIDIA_390xx_SUPPORTED="$TEMPLATES/xorg/390xx_supported.txt"
NVIDIA_SUPPORTED="$TEMPLATES/xorg/nvidia_supported.txt"
NVIDIA_DISABLE_MSI="$TEMPLATES/xorg/nvidia_disable_msi.txt"
NVIDIA_MSI_MODPROBE="$BASE/etc/modprobe.d/nvidia_msi.conf"