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:
Andriy Gapon
2021-06-08 20:08:10 +03:00
parent f530cce55c
commit 20eb6bd8c5
+1 -4
View File
@@ -78,6 +78,7 @@ CONFS= DAEMON \
pf \ pf \
pflog \ pflog \
pfsync \ pfsync \
powerd \
ppp \ ppp \
pppoed \ pppoed \
pwcheck \ pwcheck \
@@ -135,10 +136,6 @@ ACPI= power_profile
ACPIPACKAGE= acpi ACPIPACKAGE= acpi
.endif .endif
.if ${MK_ACPI} != "no" || ${MK_APM} != "no"
CONFS+= powerd
.endif
.if ${MK_APM} != "no" .if ${MK_APM} != "no"
CONFGROUPS+= APM CONFGROUPS+= APM
APM+= apm APM+= apm