[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-194-g4165eb9d7
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-06-03 08:40:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4165eb9d7245bb8b72eb5eb616f7c4548dc43c6f (commit)
from 126b53b361a402793235ab6b48c5d184b49f54fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4165eb9d7245bb8b72eb5eb616f7c4548dc43c6f
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jun 3 10:39:57 2020 +0200
[BUILDROOT] BR2_TARGET_ARMADEUS depends on BR2_aarch64
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/Config.in b/buildroot/target/device/armadeus/Config.in
index 262edf583..7f54148b3 100644
--- a/buildroot/target/device/armadeus/Config.in
+++ b/buildroot/target/device/armadeus/Config.in
@@ -1,8 +1,8 @@
menuconfig BR2_TARGET_ARMADEUS
bool "Armadeus Device Support"
- depends on BR2_arm
+ depends on BR2_arm || BR2_aarch64
help
- Armadeus ARM based systems
+ Armadeus ARM / ARM64 based systems
if BR2_TARGET_ARMADEUS
hooks/post-receive
--
armadeus
|