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

Enable packages when dev. build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1243 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-06-14 21:24:04 +00:00
parent d14c00ffb3
commit f416136401

View File

@ -7,8 +7,7 @@ config BR2_PACKAGE_LUA
config BR2_PACKAGE_LUA_INTERPRETER config BR2_PACKAGE_LUA_INTERPRETER
tristate "lua - LUA programming language interpreter" tristate "lua - LUA programming language interpreter"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LUA select BR2_PACKAGE_LUA
select BR2_PACKAGE_LIBLUA select BR2_PACKAGE_LIBLUA
help help
@ -35,8 +34,7 @@ config BR2_PACKAGE_LUA_INTERPRETER
config BR2_PACKAGE_LUA_COMPILER config BR2_PACKAGE_LUA_COMPILER
tristate "luac - LUA programming language compiler" tristate "luac - LUA programming language compiler"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LUA select BR2_PACKAGE_LUA
select BR2_PACKAGE_LIBLUA select BR2_PACKAGE_LIBLUA
help help
@ -63,8 +61,7 @@ config BR2_PACKAGE_LUA_COMPILER
config BR2_PACKAGE_LUA_EXAMPLES config BR2_PACKAGE_LUA_EXAMPLES
tristate "lua-examples - LUA programming language examples" tristate "lua-examples - LUA programming language examples"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LUA select BR2_PACKAGE_LUA
select BR2_PACKAGE_LUA_INTERPRETER select BR2_PACKAGE_LUA_INTERPRETER
help help
@ -91,8 +88,7 @@ config BR2_PACKAGE_LUA_EXAMPLES
config BR2_PACKAGE_LIBLUA config BR2_PACKAGE_LIBLUA
tristate "liblua - LUA programming language shared libraries" tristate "liblua - LUA programming language shared libraries"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LUA select BR2_PACKAGE_LUA
help help
Lua is a powerful light-weight programming language designed for extending Lua is a powerful light-weight programming language designed for extending