From: Antonio Silverio Date: Tue, 27 Mar 2018 13:26:04 +0000 (+0200) Subject: acpid: remove depends on TARGET_x86 or TARGET_x86_64 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=77e89892364974b8931ed77d1fb169b5e98dc0b3;p=openwrt-packages.git acpid: remove depends on TARGET_x86 or TARGET_x86_64 acpid can react on netlinkn events that are generated also from SoC GPIO driven event, not only acpi x86 BIOS Signed-off-by: Antonio Silverio --- diff --git a/utils/acpid/Makefile b/utils/acpid/Makefile index 8f4972a5f..f9551d2b8 100644 --- a/utils/acpid/Makefile +++ b/utils/acpid/Makefile @@ -25,7 +25,7 @@ define Package/acpid CATEGORY:=Utilities TITLE:=The ACPI Daemon (acpid) With Netlink Support URL:=http://tedfelix.com/linux/acpid-netlink.html - DEPENDS:=@(TARGET_x86||TARGET_x86_64) +kmod-input-evdev + DEPENDS:=+kmod-input-evdev endef define Package/acpid/description