mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
There are roughly 50 Lua packages. It's about time we consider a proposal for moving all of them under a lang/lua sub-folder. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_luv
|
|
|
|
config LUV_USE_LUAJIT_ENGINE
|
|
bool "Use luajit engine"
|
|
select PACKAGE_luajit
|
|
help
|
|
If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
|
|
default n
|
|
|
|
endmenu
|