Add lua package

This commit is contained in:
Ulf Samuelsson
2007-11-30 01:08:36 +00:00
parent b208aa6f33
commit c3719df5b4
3 changed files with 92 additions and 0 deletions

12
package/lua/Config.in Normal file
View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_LUA
bool "lua"
default n
depends on BR2_READLINE
depends on BR2_PACKAGE_NCURSES
help
Lua is a powerful, fast, light-weight, embeddable scripting language.
http://www.lua.org/
comment "lua - disabled (requires readline and ncurses)"
depends on !BR2_READLINE && !BR2_PACKAGE_NCURSES