[Buildroot] [PATCH v3 14/38] package/kodi: add mips64el support

Bernd Kuhls bernd.kuhls at t-online.de
Sat Feb 4 11:44:27 UTC 2017


Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/kodi/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index aab8c624c..cd24fa8b5 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_KODI_ARCH_SUPPORTS
 	depends on BR2_USE_MMU # libcdio, and others
 	default y if (BR2_aarch64 || BR2_arm || \
 		(BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || \
+		(BR2_mips64el && BR2_TOOLCHAIN_USES_GLIBC) || \
 		BR2_powerpc64 || BR2_powerpc64le || \
 		BR2_i386 || BR2_x86_64) \
 		&& BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS \
-- 
2.11.0



More information about the buildroot mailing list