mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 12:23:08 +02:00
2e0b50c0c6
Standardize config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1068 3c298f89-4303-0410-b956-a3cf2f4a3e73
30 lines
716 B
Plaintext
30 lines
716 B
Plaintext
menu "ulogd - Netfilter userspace logging daemon"
|
|
|
|
config BR2_PACKAGE_ULOGD
|
|
prompt "ulogd - Netfilter userspace logging daemon"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_IPTABLES
|
|
help
|
|
|
|
The netfilter userspace logging daemon
|
|
|
|
http://gnumonks.org/projects/ulogd
|
|
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
|
prompt "...-mod-mysql - Output plugin for logging into a MySQL database"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
|
prompt "...-mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
endmenu
|