diff options
author | Semyon Kolganov <semenak94@mail.ru> | 2017-04-25 21:10:58 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-04 22:23:19 +0200 |
commit | e88995f065986dc56ce5a7c222f7a9f6cbff2b94 (patch) | |
tree | 36870878cf44606b08097b4ae7e8852887fad433 /package/lua-resty-http/Config.in | |
parent | 33ad356ce5dacabe0d3dac89832ce264633793d3 (diff) | |
download | buildroot-e88995f065986dc56ce5a7c222f7a9f6cbff2b94.tar.gz buildroot-e88995f065986dc56ce5a7c222f7a9f6cbff2b94.zip |
lua-resty-http: new package
Signed-off-by: Semyon Kolganov <semenak94@mail.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua-resty-http/Config.in')
-rw-r--r-- | package/lua-resty-http/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/lua-resty-http/Config.in b/package/lua-resty-http/Config.in new file mode 100644 index 0000000000..4697c90dfb --- /dev/null +++ b/package/lua-resty-http/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_LUA_RESTY_HTTP + bool "lua-resty-http" + help + Lua HTTP client cosocket driver for OpenResty / ngx_lua. + + http://github.com/pintsized/lua-resty-http |