[Buildroot] [git commit] audit: add powerpc64 arch support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Sep 6 19:54:24 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=c6c83d17beda67efffef52f8558f7367f3b32000
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Judd Meinders <judd.meinders at rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/audit/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/audit/Config.in b/package/audit/Config.in
index df5a5cc..7550f3a 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"


More information about the buildroot mailing list