1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-29 15:38:07 +02:00

fix lua build broken by [2333]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2340 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-11-05 20:39:37 +00:00
parent 069cb8cb8c
commit 2b30b31c24

View File

@ -3,7 +3,7 @@ menu "lua............................... LUA programming language"
config BR2_COMPILE_LUA config BR2_COMPILE_LUA
bool bool
default y default y
depends BR2_PACKAGE_LUA_INTERPRETER || BR2_PACKAGE_LUA_COMPILER || BR2_PACKAGE_LIBLUA depends BR2_PACKAGE_LIBLUA
config BR2_PACKAGE_LIBLUA config BR2_PACKAGE_LIBLUA
prompt "liblua............................ LUA programming language shared libraries" prompt "liblua............................ LUA programming language shared libraries"
@ -30,11 +30,10 @@ config BR2_PACKAGE_LIBLUA
This package contains the LUA shared libraries, needed by other programs. This package contains the LUA shared libraries, needed by other programs.
config BR2_PACKAGE_LUA_INTERPRETER config BR2_PACKAGE_LUA
prompt "lua............................... LUA programming language interpreter" prompt "lua............................... LUA programming language interpreter"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_COMPILE_LUA
select BR2_PACKAGE_LIBLUA select BR2_PACKAGE_LIBLUA
help help
Lua is a powerful light-weight programming language designed for extending Lua is a powerful light-weight programming language designed for extending
@ -57,11 +56,10 @@ config BR2_PACKAGE_LUA_INTERPRETER
This package contains the LUA language interpreter. This package contains the LUA language interpreter.
config BR2_PACKAGE_LUA_COMPILER config BR2_PACKAGE_LUAC
prompt "luac.............................. LUA programming language compiler" prompt "luac.............................. LUA programming language compiler"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_COMPILE_LUA
select BR2_PACKAGE_LIBLUA select BR2_PACKAGE_LIBLUA
help help
Lua is a powerful light-weight programming language designed for extending Lua is a powerful light-weight programming language designed for extending
@ -88,8 +86,7 @@ config BR2_PACKAGE_LUA_EXAMPLES
prompt "lua-examples...................... LUA programming language examples" prompt "lua-examples...................... LUA programming language examples"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_COMPILE_LUA select BR2_PACKAGE_LUA
select BR2_PACKAGE_LUA_INTERPRETER
help help
Lua is a powerful light-weight programming language designed for extending Lua is a powerful light-weight programming language designed for extending
applications. Lua is also frequently used as a general-purpose, stand-alone applications. Lua is also frequently used as a general-purpose, stand-alone