mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
rc.d: liberate powerd from ACPI dependency
For instance, many non-ACPI ARM systems have CPU power / frequency levels. Discussed with: manu MFC after: 1 week
This commit is contained in:
parent
f530cce55c
commit
20eb6bd8c5
1 changed files with 1 additions and 4 deletions
|
|
@ -78,6 +78,7 @@ CONFS= DAEMON \
|
|||
pf \
|
||||
pflog \
|
||||
pfsync \
|
||||
powerd \
|
||||
ppp \
|
||||
pppoed \
|
||||
pwcheck \
|
||||
|
|
@ -135,10 +136,6 @@ ACPI= power_profile
|
|||
ACPIPACKAGE= acpi
|
||||
.endif
|
||||
|
||||
.if ${MK_ACPI} != "no" || ${MK_APM} != "no"
|
||||
CONFS+= powerd
|
||||
.endif
|
||||
|
||||
.if ${MK_APM} != "no"
|
||||
CONFGROUPS+= APM
|
||||
APM+= apm
|
||||
|
|
|
|||
Loading…
Reference in a new issue