blob: b6ef1954543b23458b5ddaa01604ebb07f3867e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config BR2_PACKAGE_ULOGD
tristate "ulogd - netfilter userspace logging daemon"
default m if CONFIG_DEVEL
help
The netfilter userspace logging daemon
http://gnumonks.org/projects/ulogd
config BR2_PACKAGE_ULOGD_MYSQL_PLUGIN
depends BR2_PACKAGE_ULOGD
tristate "ulogd-mysql-plugin - an output plugin for logging into a MySQL database"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_ULOGD_PGSQL_PLUGIN
depends BR2_PACKAGE_ULOGD
tristate "ulogd-pgsql-plugin - an output plugin for logging into a PostgreSQL database"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPQ
|