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