Commit a852b1d0 authored by Michael Shigorin's avatar Michael Shigorin

power: avoid acpid-events-power on e2k

(turns off upon boot)
parent 5fe4fa41
......@@ -11,10 +11,11 @@ use/power/acpi: use/power
@$(call add,DEFAULT_SERVICES_ENABLE,acpid)
use/power/acpi/button: use/power/acpi
@$(call add,COMMON_PACKAGES,acpid-events-power)
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,COMMON_PACKAGES,acpid-events-e2k)
@$(call add,DEFAULT_SERVICES_ENABLE,sysfs)
else
@$(call add,COMMON_PACKAGES,acpid-events-power)
endif
use/power/acpi/powersave: use/power/acpi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment