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