aboutsummaryrefslogtreecommitdiffstats
path: root/package/ulogd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-15 21:33:09 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-15 21:33:09 +0000
commit5f30de27170d4472fb576f541d5786283e421628 (patch)
treebacb3af7274179739601d2c09562e3af0f491372 /package/ulogd/Config.in
parent172dca5aa6e6d27ec7900644b2d492b3cdd4bccd (diff)
downloadupstream-5f30de27170d4472fb576f541d5786283e421628.tar.gz
upstream-5f30de27170d4472fb576f541d5786283e421628.tar.bz2
upstream-5f30de27170d4472fb576f541d5786283e421628.zip
Add ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ulogd/Config.in')
-rw-r--r--package/ulogd/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/ulogd/Config.in b/package/ulogd/Config.in
new file mode 100644
index 0000000000..b6ef195454
--- /dev/null
+++ b/package/ulogd/Config.in
@@ -0,0 +1,20 @@
+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
+