summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorerico.nunes <erico.nunes@datacom.ind.br>2015-04-13 16:53:25 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-13 22:24:32 +0200
commitd62f7ed00128005988ad979c870b7a12d4626920 (patch)
tree7508da7e7a3d4d818ce042b4c8ea37d0d0040dfd /package/qt
parentcb9ae52e2375f988d4c72e73041eeb21f2530b02 (diff)
qt: Fix powerpc64le arch config name
buildroot references powerpc64 little endian as "powerpc64le" and not "powerpc64el". The typo in the supported architectures list caused this package to be unavailable for powerpc64 little endian. Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index a40b6b5b8..43f5a0fc7 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -412,7 +412,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
BR2_microblazebe || BR2_mips || BR2_mipsel || \
(BR2_mips64 || BR2_mips64el) && !BR2_MIPS_NABI32 || BR2_powerpc || \
- BR2_powerpc64 || BR2_powerpc64el || BR2_sh4 || BR2_sh4eb || \
+ BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64
config BR2_PACKAGE_QT_WEBKIT
@@ -453,7 +453,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT
default y if BR2_arm || BR2_armeb || aarch64 || BR2_i386 || \
BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \
- BR2_powerpc64 || BR2_powerpc64el || BR2_sh4 || BR2_sh4eb || \
+ BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64
config BR2_PACKAGE_QT_SCRIPT