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

	  http://www.lua.org/