summaryrefslogtreecommitdiff
path: root/package/audit
diff options
context:
space:
mode:
authorJudd Meinders <judd.meinders@rockwellcollins.com>2016-08-30 16:21:59 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-06 21:54:24 +0200
commitc6c83d17beda67efffef52f8558f7367f3b32000 (patch)
tree674c2353c39d17bbe91ace2d5d5343854457247b /package/audit
parentd0bbbe5c9ed8564965101b5980b04ec8ba2e5432 (diff)
audit: add powerpc64 arch support
Signed-off-by: Judd Meinders <judd.meinders@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/audit')
-rw-r--r--package/audit/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/audit/Config.in b/package/audit/Config.in
index df5a5cc877..7550f3a6cd 100644
--- a/package/audit/Config.in
+++ b/package/audit/Config.in
@@ -2,7 +2,8 @@
config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
bool
default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
- BR2_i386 || BR2_powerpc || BR2_x86_64
+ BR2_i386 || BR2_powerpc || BR2_powerpc64 || \
+ BR2_x86_64
config BR2_PACKAGE_AUDIT
bool "audit"