]> Git Repo - buildroot-mgba.git/commit
package/lua: rename config options
authorYann E. MORIN <[email protected]>
Sat, 5 Apr 2014 15:21:43 +0000 (17:21 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 5 Apr 2014 17:20:56 +0000 (19:20 +0200)
commitc97aeb7e84d5d34e2833f6f143b061b856acf7e1
tree5adb4efe4314d23a4d75703eb78ea94eb33495a7
parent50dfaef6ec2d1bcfb6db232a3802882d3054707c
package/lua: rename config options

Package's options should be named after the package.

Lua is an interpreter, but the package is named 'lua'. So we want to
name the config option with '_LUA_', not with '_LUA_INTERPRETER_'

Besides, naming them with '_LUA_INTERPRETER_' might be confusing, since
there is a package named 'luainterpreter'.

Since the renamed options are part of a choice, we can't use the legacy
options to select the new ones. So we instead instruct the user to go
select the appropriate option in the choice.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Francois Perrad <[email protected]>
Reviewed-by: Samuel Martin <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in.legacy
package/lua/Config.in
package/lua/lua.mk
This page took 0.037345 seconds and 4 git commands to generate.