1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 22:28:58 +03:00
openwrt-xburst/package/ulogd/Config.in
2005-05-19 16:57:07 +00:00

23 lines
621 B
Plaintext

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