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,6 +1,5 @@
|
||||
config BR2_PACKAGE_LUA_MSGPACK_NATIVE
|
||||
bool "lua-msgpack-native"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
||||
help
|
||||
This is a native, C language implementation of msgpack
|
||||
@@ -8,6 +7,6 @@ config BR2_PACKAGE_LUA_MSGPACK_NATIVE
|
||||
|
||||
https://github.com/kengonakajima/lua-msgpack-native
|
||||
|
||||
comment "lua-msgpack-native needs a Lua 5.1 interpreter"
|
||||
comment "lua-msgpack-native needs Lua 5.1 or LuaJIT"
|
||||
depends on !BR2_PACKAGE_LUA_5_1
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
|
||||
Reference in New Issue
Block a user