mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-29 13:26:26 +02:00
Move complex packages to their own menu,
Standardize config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1068 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
af075fd137
commit
2381bc7fe0
@ -1,22 +1,29 @@
|
|||||||
|
menu "ulogd - Netfilter userspace logging daemon"
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD
|
config BR2_PACKAGE_ULOGD
|
||||||
tristate "ulogd - Netfilter userspace logging daemon"
|
prompt "ulogd - Netfilter userspace logging daemon"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_IPTABLES
|
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_MOD_MYSQL
|
config BR2_PACKAGE_ULOGD_MOD_MYSQL
|
||||||
tristate "mod-mysql - Output plugin for logging into a MySQL database"
|
prompt "...-mod-mysql - Output plugin for logging into a MySQL database"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_ULOGD
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
config BR2_PACKAGE_ULOGD_MOD_PGSQL
|
||||||
tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
prompt "...-mod-pgsql - Output plugin for logging into a PostgreSQL database"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_ULOGD
|
depends BR2_PACKAGE_ULOGD
|
||||||
select BR2_PACKAGE_LIBPQ
|
select BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user