Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
config BR2_PACKAGE_COPAS
|
||||
bool "copas"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
||||
select BR2_PACKAGE_LUASOCKET # runtime
|
||||
help
|
||||
Copas is a dispatcher based on coroutines that can be used
|
||||
for asynchronous networking. For example TCP or UDP based
|
||||
servers. But it also features timers and client support for
|
||||
http(s), ftp and smtp requests.
|
||||
|
||||
http://keplerproject.github.com/copas/
|
||||
http://www.keplerproject.org/copas/
|
||||
|
||||
Reference in New Issue
Block a user