mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/luainterpreter/Config.in
Normal file
13
package/luainterpreter/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
|
||||
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
|
||||
string
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_HOST_LUAINTERPRETER
|
||||
string
|
||||
default "host-lua"
|
||||
Reference in New Issue
Block a user