summaryrefslogtreecommitdiff
path: root/package/luajit/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/luajit/Config.in')
-rw-r--r--package/luajit/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/luajit/Config.in b/package/luajit/Config.in
new file mode 100644
index 000000000..23b265049
--- /dev/null
+++ b/package/luajit/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LUAJIT
+ bool "luajit"
+ # Luajit is only available for some target architectures, and
+ # has some complexity wrt 32/64. See luajit.mk for details.
+ depends on BR2_i386 || (BR2_x86_64 && BR2_HOSTARCH='x86_64') || BR2_powerpc || BR2_arm || BR2_armeb
+ help
+ LuaJIT implements the full set of language features defined
+ by Lua 5.1. The virtual machine (VM) is API- and
+ ABI-compatible to the standard Lua interpreter and can be
+ deployed as a drop-in replacement.
+
+ http://luajit.org/