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 <menion@gmail.com>
This commit is contained in:
parent
3c92098f44
commit
77e8989236
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define Package/acpid
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=The ACPI Daemon (acpid) With Netlink Support
|
TITLE:=The ACPI Daemon (acpid) With Netlink Support
|
||||||
URL:=http://tedfelix.com/linux/acpid-netlink.html
|
URL:=http://tedfelix.com/linux/acpid-netlink.html
|
||||||
DEPENDS:=@(TARGET_x86||TARGET_x86_64) +kmod-input-evdev
|
DEPENDS:=+kmod-input-evdev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/acpid/description
|
define Package/acpid/description
|
||||||
|
|
Loading…
Reference in a new issue