summaryrefslogtreecommitdiffstats
path: root/package/ulogd/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 21:33:09 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 21:33:09 +0000
commitce65869956a44641db12c64aa3a0cfa32b06c030 (patch)
treebacb3af7274179739601d2c09562e3af0f491372 /package/ulogd/Config.in
parent4033a8be8c8d61d7b8fe138cc7d142a1f51e1eb6 (diff)
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 000000000..b6ef19545
--- /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
+