openwrtv3/openwrt/package/ulogd/Config.in

23 lines
621 B
Text
Raw Normal View History

2005-05-15 21:33:09 +00:00
config BR2_PACKAGE_ULOGD
tristate "ulogd - Netfilter userspace logging daemon"
2005-05-15 21:33:09 +00:00
default m if CONFIG_DEVEL
select BR2_PACKAGE_IPTABLES
2005-05-15 21:33:09 +00:00
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"
2005-05-15 21:33:09 +00:00
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ULOGD
2005-05-15 21:33:09 +00:00
select BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_ULOGD_MOD_PGSQL
tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
2005-05-15 21:33:09 +00:00
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ULOGD
2005-05-15 21:33:09 +00:00
select BR2_PACKAGE_LIBPQ