pkg/lua: exclude MIPS

This commit is contained in:
Alexandre Abadie 2019-10-30 15:40:09 +01:00
parent 4eb7c29e06
commit 01702df52d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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