summaryrefslogtreecommitdiffstats
path: root/package/lua/Config.in
blob: 95108cdc3a92bdcefc34b16ca4489252a7a481de (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_LUA
	bool "lua"
	select BR2_PACKAGE_READLINE
	select BR2_PACKAGE_NCURSES
	help
	  Lua is a powerful, fast, light-weight, embeddable scripting language.

	  http://www.lua.org/