summaryrefslogtreecommitdiffstats
path: root/package/lua/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua/Config.in')
-rw-r--r--package/lua/Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in
index 76359c0df..8233e2a69 100644
--- a/package/lua/Config.in
+++ b/package/lua/Config.in
@@ -7,29 +7,11 @@ config BR2_PACKAGE_LUA
if BR2_PACKAGE_LUA
-config BR2_PACKAGE_LUA_COMPILER
- bool "lua compiler"
- select BR2_PACKAGE_LUA_SHARED_LIBRARY
- help
- Install luac binary
-
-config BR2_PACKAGE_LUA_INTERPRETER
- bool "lua interpreter"
- select BR2_PACKAGE_LUA_SHARED_LIBRARY
- help
- Install lua binary
-
config BR2_PACKAGE_LUA_INTERPRETER_READLINE
bool "readline support"
- depends on BR2_PACKAGE_LUA_INTERPRETER
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_NCURSES
help
Enables command-line editing in the lua interpreter.
-config BR2_PACKAGE_LUA_SHARED_LIBRARY
- bool "shared library"
- help
- Install shared liblua.so
-
endif