mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 21:53:08 +02:00
f57a147ad8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
621 B
Plaintext
21 lines
621 B
Plaintext
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
|
|
|