You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
621 B
22 lines
621 B
config BR2_PACKAGE_ULOGD
|
|
tristate "ulogd - Netfilter userspace logging daemon"
|
|
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
|
|
tristate "mod-mysql - Output plugin for logging into a MySQL database"
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
|
tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
|