summaryrefslogtreecommitdiff
path: root/openwrt/package/ulogd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 16:57:07 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 16:57:07 +0000
commitbdfc2a252ada8db6777a7181783ceddf5d9468e2 (patch)
tree63462e14d8ba5356b8c67e22cd2765ff1075949d /openwrt/package/ulogd/Config.in
parent4d97e8492b3c0a489386ed624768b6e95e2fa6d6 (diff)
downloadmtk-20170518-bdfc2a252ada8db6777a7181783ceddf5d9468e2.zip
mtk-20170518-bdfc2a252ada8db6777a7181783ceddf5d9468e2.tar.gz
mtk-20170518-bdfc2a252ada8db6777a7181783ceddf5d9468e2.tar.bz2
Standardize package Config.in, change prompt to package name + short description, add URL when missing (and found), rename subpackages from ulogd-*-plugin to ulogd-mod-*
SVN-Revision: 957
Diffstat (limited to 'openwrt/package/ulogd/Config.in')
-rw-r--r--openwrt/package/ulogd/Config.in16
1 files changed, 9 insertions, 7 deletions
diff --git a/openwrt/package/ulogd/Config.in b/openwrt/package/ulogd/Config.in
index b6ef195..da0a347 100644
--- a/openwrt/package/ulogd/Config.in
+++ b/openwrt/package/ulogd/Config.in
@@ -1,20 +1,22 @@
config BR2_PACKAGE_ULOGD
- tristate "ulogd - netfilter userspace logging daemon"
+ tristate "ulogd - Netfilter userspace logging daemon"
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_IPTABLES
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"
+
+config BR2_PACKAGE_ULOGD_MOD_MYSQL
+ tristate "mod-mysql - Output plugin for logging into a MySQL database"
default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ULOGD
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"
+config BR2_PACKAGE_ULOGD_MOD_PGSQL
+ tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ULOGD
select BR2_PACKAGE_LIBPQ