git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3c92098
)
acpid: remove depends on TARGET_x86 or TARGET_x86_64
author
Antonio Silverio
<redacted>
Tue, 27 Mar 2018 13:26:04 +0000
(15:26 +0200)
committer
Antonio Silverio
<redacted>
Tue, 27 Mar 2018 13:26:04 +0000
(15:26 +0200)
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 <redacted>
utils/acpid/Makefile
patch
|
blob
|
history
diff --git
a/utils/acpid/Makefile
b/utils/acpid/Makefile
index 8f4972a5f7d029dc9b7163c99c8ee05e1ff6d510..f9551d2b8fd73f02869a9d4c9f782192aa84a374 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT