t2sde/package/base/cpufreqd/cpufreqd.conf
2025-04-14 11:54:47 +00:00

11 lines
360 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/cpufreqd/cpufreqd.conf
# Copyright (C) 2007 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
atstage native || hook_add preconf 5 "echo 'ac_cv_func_malloc_0_nonnull=yes' >> config.cache"
if [[ "$arch" != x86* ]]; then
var_append confopt ' ' '--disable-acpi --disable-apm'
fi