linux_dsm_epyc7002/SynoBuildConf/install-virtual-qctool
AuxXxilium 5fa3ea047a init: add dsm gpl source
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-07-05 18:00:04 +02:00

12 lines
260 B
Bash

#!/bin/bash
# shellcheck disable=SC2154
if [ "$PLATFORM_FAMILY" != "SYNOPLAT_F_X86_64" ]; then
SkipThisProject
return
fi
if [ -e "tools/power/x86/turbostat/turbostat" ]; then
install -Dm755 tools/power/x86/turbostat/turbostat "${TmpInstDir}"/turbostat
fi