mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
fix: Set CPU model
This commit is contained in:
parent
539f5de6d9
commit
1b3d760f5f
@ -17,7 +17,7 @@ fi
|
||||
if [ -n "$HOST_CPU" ]; then
|
||||
HOST_CPU="${HOST_CPU%%,*},,"
|
||||
else
|
||||
if [ "$CPU_MODEL" == "host" ]; then
|
||||
if [ "$CPU_MODEL" == "host" ] || [ "$CPU_MODEL" == "qemu"* ]; then
|
||||
HOST_CPU="QEMU"
|
||||
else
|
||||
HOST_CPU="${CPU_MODEL%%,*}"
|
||||
|
Loading…
Reference in New Issue
Block a user