d77a76a27e
SVN-Revision: 2409
33 lines
963 B
Text
33 lines
963 B
Text
menu "ulogd............................. Netfilter userspace logging daemon"
|
|
|
|
config BR2_PACKAGE_ULOGD
|
|
prompt "ulogd............................. Netfilter userspace logging daemon"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_IPTABLES
|
|
help
|
|
The netfilter userspace logging daemon
|
|
|
|
http://gnumonks.org/projects/ulogd
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
|
prompt "ulogd-mod-mysql................. Output plugin for logging into a MySQL database"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
|
prompt "ulogd-mod-pgsql................. Output plugin for logging into a PostgreSQL database"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_EXTRA
|
|
prompt "ulogd-mod-extra................. All other plugins"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
|
|
endmenu
|