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