mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
11 lines
360 B
Plaintext
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
|