mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 06:06:15 +02:00
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-*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c7547bcca
commit
0ca8a191d4
@ -1,20 +1,22 @@
|
|||||||
config BR2_PACKAGE_ULOGD
|
config BR2_PACKAGE_ULOGD
|
||||||
tristate "ulogd - netfilter userspace logging daemon"
|
tristate "ulogd - Netfilter userspace logging daemon"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_IPTABLES
|
||||||
help
|
help
|
||||||
The netfilter userspace logging daemon
|
The netfilter userspace logging daemon
|
||||||
|
|
||||||
http://gnumonks.org/projects/ulogd
|
http://gnumonks.org/projects/ulogd
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD_MYSQL_PLUGIN
|
|
||||||
depends BR2_PACKAGE_ULOGD
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
||||||
tristate "ulogd-mysql-plugin - an output plugin for logging into a MySQL database"
|
tristate "mod-mysql - Output plugin for logging into a MySQL database"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD_PGSQL_PLUGIN
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
||||||
depends BR2_PACKAGE_ULOGD
|
tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
||||||
tristate "ulogd-pgsql-plugin - an output plugin for logging into a PostgreSQL database"
|
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBPQ
|
select BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user