You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
963 B
33 lines
963 B
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 "ulogd-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 "ulogd-mod-pgsql................. Output plugin for logging into a PostgreSQL database"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
config BR2_PACKAGE_ULOGD_MOD_EXTRA
|
|
prompt "ulogd-mod-extra................. All other plugins"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_ULOGD
|
|
|
|
endmenu
|
|
|