summaryrefslogtreecommitdiff
path: root/openwrt/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
commit1476881f29d7e3876a9545fcbd249b34394ec7c8 (patch)
treea448061055c37adc5175df26de714e89a689c352 /openwrt/package/ulogd/Config.in
parenta5e6715d30c38f5bbecd0536e2730a9f822cb71b (diff)
downloadmtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.zip
mtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.tar.gz
mtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.tar.bz2
Add ulogd package
SVN-Revision: 914
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 0000000..b6ef195
--- /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
+