[Buildroot] [PATCH 2/2] lua: switch to 5.3.x as default version

Francois Perrad fperrad at gmail.com
Sun Jan 10 14:49:25 UTC 2016


Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
---
 package/lua/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lua/Config.in b/package/lua/Config.in
index d9cd1dd..711fa89 100644
--- a/package/lua/Config.in
+++ b/package/lua/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
 
 choice
 	prompt "Lua Version"
-	default BR2_PACKAGE_LUA_5_1
+	default BR2_PACKAGE_LUA_5_3
 	help
 	  Select the version of Lua API/ABI you wish to use.
 
-- 
2.5.0




More information about the buildroot mailing list