1config BR2_PACKAGE_LUA_HTTP 2 bool "lua-http" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues 4 select BR2_PACKAGE_LPEG # runtime 5 select BR2_PACKAGE_LUA_BASEXX # runtime 6 select BR2_PACKAGE_LUA_BINARYHEAP # runtime 7 select BR2_PACKAGE_LUA_COMPAT53 if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 # runtime 8 select BR2_PACKAGE_LUA_CQUEUES # runtime 9 select BR2_PACKAGE_LUA_FIFO # runtime 10 select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime 11 select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime 12 select BR2_PACKAGE_LUAOSSL # runtime 13 help 14 HTTP library for Lua. 15 16 https://github.com/daurnimator/lua-http 17 18comment "lua-http needs a toolchain w/ threads" 19 depends on !BR2_TOOLCHAIN_HAS_THREADS 20