From 01702df52df6df02ce6afc41bcfd5cddb3ae8a2c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 15:40:09 +0100 Subject: [PATCH] pkg/lua: exclude MIPS --- pkg/lua/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/lua/Makefile.dep b/pkg/lua/Makefile.dep index 0d8f0f0202..860816c4e0 100644 --- a/pkg/lua/Makefile.dep +++ b/pkg/lua/Makefile.dep @@ -4,3 +4,6 @@ USEMODULE += printf_float # LUA is only supported by 32-bit architectures FEATURES_REQUIRED += arch_32bit + +# LUA is not supported on MIPS because of missing stdin over UART +FEATURES_BLACKLIST += arch_mips32r2