summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-14 21:24:04 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-14 21:24:04 +0000
commit09496ba77af6299fcb81538d0ffeeb62a9be4f04 (patch)
tree41cdf05b544995c89383f762160becb750dfecbe
parent1d7e560125a37bf79658229e0179394d95524d65 (diff)
Enable packages when dev. build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1243 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/lua/Config.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in
index 573f2135a..22989ac58 100644
--- a/package/lua/Config.in
+++ b/package/lua/Config.in
@@ -7,8 +7,7 @@ config BR2_PACKAGE_LUA
config BR2_PACKAGE_LUA_INTERPRETER
tristate "lua - LUA programming language interpreter"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LUA
select BR2_PACKAGE_LIBLUA
help
@@ -35,8 +34,7 @@ config BR2_PACKAGE_LUA_INTERPRETER
config BR2_PACKAGE_LUA_COMPILER
tristate "luac - LUA programming language compiler"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LUA
select BR2_PACKAGE_LIBLUA
help
@@ -63,8 +61,7 @@ config BR2_PACKAGE_LUA_COMPILER
config BR2_PACKAGE_LUA_EXAMPLES
tristate "lua-examples - LUA programming language examples"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LUA
select BR2_PACKAGE_LUA_INTERPRETER
help
@@ -91,8 +88,7 @@ config BR2_PACKAGE_LUA_EXAMPLES
config BR2_PACKAGE_LIBLUA
tristate "liblua - LUA programming language shared libraries"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LUA
help
Lua is a powerful light-weight programming language designed for extending