mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
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
|
||||
@@ -7,6 +8,6 @@ config BR2_PACKAGE_LUA_MSGPACK_NATIVE
|
||||
|
||||
https://github.com/kengonakajima/lua-msgpack-native
|
||||
|
||||
comment "lua-msgpack-native needs Lua 5.1 or LuaJIT"
|
||||
comment "lua-msgpack-native needs a Lua 5.1 interpreter"
|
||||
depends on !BR2_PACKAGE_LUA_5_1
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
|
||||
Reference in New Issue
Block a user