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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in
index 0e318585cd..dde999f2c8 100644
--- a/package/lua/Config.in
+++ b/package/lua/Config.in
@@ -23,11 +23,15 @@ choice
config BR2_PACKAGE_LUA_5_2
bool "Lua 5.2.x"
+ config BR2_PACKAGE_LUA_5_3
+ bool "Lua 5.3.x"
+
endchoice
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
default "5.1" if BR2_PACKAGE_LUA_5_1
default "5.2" if BR2_PACKAGE_LUA_5_2
+ default "5.3" if BR2_PACKAGE_LUA_5_3
choice
prompt "Lua command-line editing"
OpenPOWER on IntegriCloud