mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
qt: properly enable script aarch64 support
It's BR2_aarch64, not aarch64 alone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c88398aeea
commit
5ea3bce87c
@ -457,7 +457,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT
|
|||||||
bool
|
bool
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
# see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html
|
# see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html
|
||||||
default y if BR2_arc || BR2_arm || BR2_armeb || aarch64 || BR2_i386 || \
|
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \
|
||||||
BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \
|
BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \
|
||||||
BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \
|
BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \
|
||||||
BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
|
BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user