summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-14 21:24:04 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-14 21:24:04 +0000
commitf09edf92bfbcda95e9c19937f5e751e24c09c1a0 (patch)
tree8a9569580b4584cbd5a51fb16a7be2d91db05bb8 /openwrt
parent82a9f3d7c3ed81c9f41827aec4b8a16b1b162948 (diff)
downloadmtk-20170518-f09edf92bfbcda95e9c19937f5e751e24c09c1a0.zip
mtk-20170518-f09edf92bfbcda95e9c19937f5e751e24c09c1a0.tar.gz
mtk-20170518-f09edf92bfbcda95e9c19937f5e751e24c09c1a0.tar.bz2
Enable packages when dev. build
SVN-Revision: 1243
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/lua/Config.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/openwrt/package/lua/Config.in b/openwrt/package/lua/Config.in
index 573f213..22989ac 100644
--- a/openwrt/package/lua/Config.in
+++ b/openwrt/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