Move complex packages to their own menu, Standardize config options
SVN-Revision: 1068
This commit is contained in:
parent
206cf4ab77
commit
ece1b50ab2
@ -1,22 +1,29 @@
|
|||||||
|
menu "ulogd - Netfilter userspace logging daemon"
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD
|
config BR2_PACKAGE_ULOGD
|
||||||
tristate "ulogd - Netfilter userspace logging daemon"
|
prompt "ulogd - Netfilter userspace logging daemon"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_IPTABLES
|
select BR2_PACKAGE_IPTABLES
|
||||||
help
|
help
|
||||||
|
|
||||||
The netfilter userspace logging daemon
|
The netfilter userspace logging daemon
|
||||||
|
|
||||||
http://gnumonks.org/projects/ulogd
|
http://gnumonks.org/projects/ulogd
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
||||||
tristate "mod-mysql - Output plugin for logging into a MySQL database"
|
prompt "...-mod-mysql - Output plugin for logging into a MySQL database"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_ULOGD
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
||||||
tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
prompt "...-mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_ULOGD
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBPQ
|
select BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user