diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:54:14 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:54:14 +0000 |
commit | ba46d6ef76fee525001aebec7ae78f6dbd89ac23 (patch) | |
tree | aa1a5df0ecd1025e92fe9aaab9fe2a322aac117f | |
parent | 9f7a6c9f317a25958a9798b71cd835f8db51d68e (diff) |
x86 is the only thing that uses this monstrosity.
-rw-r--r-- | package/acpid/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/acpid/Config.in b/package/acpid/Config.in index a2641838f..84b62bdfc 100644 --- a/package/acpid/Config.in +++ b/package/acpid/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_ACPID bool "acpid" + depends on BR2_x86_64 || BR2_i386 default n help Advanced Configuration and Power Interface event daemon. |