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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user