diff options
Diffstat (limited to 'package/lua/Config.in')
-rw-r--r-- | package/lua/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in index 711fa89163..35910cb5b2 100644 --- a/package/lua/Config.in +++ b/package/lua/Config.in @@ -17,14 +17,14 @@ choice help Select the version of Lua API/ABI you wish to use. - config BR2_PACKAGE_LUA_5_1 - bool "Lua 5.1.x" +config BR2_PACKAGE_LUA_5_1 + bool "Lua 5.1.x" - config BR2_PACKAGE_LUA_5_2 - bool "Lua 5.2.x" +config BR2_PACKAGE_LUA_5_2 + bool "Lua 5.2.x" - config BR2_PACKAGE_LUA_5_3 - bool "Lua 5.3.x" +config BR2_PACKAGE_LUA_5_3 + bool "Lua 5.3.x" endchoice |