blob: da0a347bd847dc017ee3314e21e2ddd45e82c951 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|