config BR2_PACKAGE_LUA
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_LUA_INTERPRETER || BR2_PACKAGE_LUA_COMPILER || BR2_PACKAGE_LIBLUA
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
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
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
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
config BR2_PACKAGE_NDISC6
tristate "ndisc6 - ICMPv6 neighbour discovery tool"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_NDISC
help
config BR2_PACKAGE_RDISC6
tristate "rdisc6 - ICMPv6 router discovery tool"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_NDISC
help
config BR2_PACKAGE_PMACCT
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_PMACCT_BASIC || BR2_PACKAGE_PMACCT_MYSQL || BR2_PACKAGE_PMACCT_PGSQL || BR2_PACKAGE_PMACCT_CUSTOM || BR2_PACKAGE_PMACCT_CLIENT
config BR2_PACKAGE_PMACCT_BASIC
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_NFACCTD_BASIC || BR2_PACKAGE_PMACCTD_BASIC
select BR2_PACKAGE_PMACCT
config BR2_PACKAGE_PMACCT_MYSQL
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_NFACCTD_MYSQL || BR2_PACKAGE_PMACCTD_MYSQL
select BR2_PACKAGE_PMACCT
config BR2_PACKAGE_PMACCT_PGSQL
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_PMACCTD_PGSQL
select BR2_PACKAGE_PMACCT
config BR2_PACKAGE_SNORT
tristate
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
choice