Commit 6f3b0999 authored by hygonsoc's avatar hygonsoc Committed by Vicențiu-Marian Ciorbaru

add Hygon Dhyana support in check-cpu

Signed-off-by: default avatarhygonsoc <hygonsoc@gmail.com>
parent d2fa5f8c
...@@ -262,6 +262,9 @@ check_cpu () { ...@@ -262,6 +262,9 @@ check_cpu () {
*AuthenticAMD*) *AuthenticAMD*)
cpu_arg="k6" cpu_arg="k6"
;; ;;
*HygonGenuine*)
cpu_arg="k8"
;;
*VIA\ *) *VIA\ *)
cpu_arg="i686" cpu_arg="i686"
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment