2005-05-27 00:46:54 +03:00
|
|
|
menu "ulogd - Netfilter userspace logging daemon"
|
|
|
|
|
2005-05-16 00:33:09 +03:00
|
|
|
config BR2_PACKAGE_ULOGD
|
2005-05-27 00:46:54 +03:00
|
|
|
prompt "ulogd - Netfilter userspace logging daemon"
|
|
|
|
tristate
|
2005-05-16 00:33:09 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-19 19:57:07 +03:00
|
|
|
select BR2_PACKAGE_IPTABLES
|
2005-05-16 00:33:09 +03:00
|
|
|
help
|
2005-05-27 00:46:54 +03:00
|
|
|
|
2005-05-16 00:33:09 +03:00
|
|
|
The netfilter userspace logging daemon
|
|
|
|
|
|
|
|
http://gnumonks.org/projects/ulogd
|
|
|
|
|
2005-05-19 19:57:07 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
2005-05-27 00:46:54 +03:00
|
|
|
prompt "...-mod-mysql - Output plugin for logging into a MySQL database"
|
|
|
|
tristate
|
2005-05-16 00:33:09 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-19 19:57:07 +03:00
|
|
|
depends BR2_PACKAGE_ULOGD
|
2005-05-16 00:33:09 +03:00
|
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
|
2005-05-19 19:57:07 +03:00
|
|
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
2005-05-27 00:46:54 +03:00
|
|
|
prompt "...-mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
|
|
|
tristate
|
2005-05-16 00:33:09 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-19 19:57:07 +03:00
|
|
|
depends BR2_PACKAGE_ULOGD
|
2005-05-16 00:33:09 +03:00
|
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
|
2005-05-27 00:46:54 +03:00
|
|
|
endmenu
|