mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-22 07:14:56 -09:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
config BR2_PACKAGE_LUA
|
|
bool "lua"
|
|
select BR2_READLINE
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Lua is a powerful, fast, light-weight, embeddable scripting language.
|
|
|
|
http://www.lua.org/
|