Commit 0a004a8e authored by Michael Shigorin's avatar Michael Shigorin

power: add e2k support

Needs an extra package and a service at the moment.
parent 801455fe
......@@ -12,6 +12,10 @@ use/power/acpi: use/power
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)
endif
use/power/acpi/powersave: use/power/acpi
@$(call add,COMMON_PACKAGES,powersave)
......
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