summaryrefslogtreecommitdiffstats
path: root/openwrt/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
commitf57a147ad85b7efc787714b93fc50eaf06067d64 (patch)
treea448061055c37adc5175df26de714e89a689c352 /openwrt/package/ulogd/Config.in
parent1e6617a93fcb0a411301a9e950263258cad22d41 (diff)
Add ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ulogd/Config.in')
-rw-r--r--openwrt/package/ulogd/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/openwrt/package/ulogd/Config.in b/openwrt/package/ulogd/Config.in
new file mode 100644
index 000000000..b6ef19545
--- /dev/null
+++ b/openwrt/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
+