1config BR2_PACKAGE_LUA_COMPAT53 2 bool "lua-compat53" 3 depends on BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 4 help 5 Compatibility module providing Lua-5.3-style APIs for Lua 5.2 6 and 5.1. 7 8 https://github.com/keplerproject/lua-compat-5.3 9