Merge pull request #5841 from Menion2k/acpid_multitarget
acpid: remove depends on TARGET_x86 or TARGET_x86_64
This commit is contained in:
commit
c04e803e03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue