mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:05:19 +02:00
Fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
505f50f1fc
commit
c3e1956805
@ -1,8 +1,7 @@
|
|||||||
config BR2_PACKAGE_PMACCT
|
config BR2_PACKAGE_PMACCT
|
||||||
prompt "pmacct - IPv4/IPv6 accounting and aggregation tools"
|
prompt "pmacct - IPv4/IPv6 accounting and aggregation tools"
|
||||||
bool
|
bool
|
||||||
default y if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_LIBPCAP
|
|
||||||
help
|
help
|
||||||
A small set of IPv4/IPv6 accounting and aggregation tools
|
A small set of IPv4/IPv6 accounting and aggregation tools
|
||||||
|
|
||||||
@ -20,20 +19,24 @@ choice
|
|||||||
config BR2_PACKAGE_NFACCTD_BASIC
|
config BR2_PACKAGE_NFACCTD_BASIC
|
||||||
prompt "nfacctd: without database support"
|
prompt "nfacctd: without database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
|
|
||||||
config BR2_PACKAGE_NFACCTD_MYSQL
|
config BR2_PACKAGE_NFACCTD_MYSQL
|
||||||
prompt "nfacctd-mysql: with MySQL database support"
|
prompt "nfacctd-mysql: with MySQL database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
config BR2_PACKAGE_NFACCTD_PGSQL
|
config BR2_PACKAGE_NFACCTD_PGSQL
|
||||||
prompt "nfacctd-pgsql: with PostgreSQL database support"
|
prompt "nfacctd-pgsql: with PostgreSQL database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBPQ
|
select BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
config BR2_PACKAGE_NFACCTD_CUSTOM
|
config BR2_PACKAGE_NFACCTD_CUSTOM
|
||||||
prompt "nfacctd-custom: customized to your needs"
|
prompt "nfacctd-custom: customized to your needs"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
|
|
||||||
config BR2_PACKAGE_NFACCTD_ENABLE_DEBUG
|
config BR2_PACKAGE_NFACCTD_ENABLE_DEBUG
|
||||||
prompt "debug (enable debugging options, useful for bugreports)"
|
prompt "debug (enable debugging options, useful for bugreports)"
|
||||||
@ -46,7 +49,6 @@ choice
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_NFACCTD_CUSTOM
|
depends BR2_PACKAGE_NFACCTD_CUSTOM
|
||||||
select BR2_PACKAGE_IPTABLES
|
|
||||||
|
|
||||||
config BR2_PACKAGE_NFACCTD_WITH_MYSQL
|
config BR2_PACKAGE_NFACCTD_WITH_MYSQL
|
||||||
prompt "MySQL database support"
|
prompt "MySQL database support"
|
||||||
@ -67,27 +69,31 @@ endchoice
|
|||||||
choice
|
choice
|
||||||
prompt "pmacctd - IP accounting daemon (libpcap based)"
|
prompt "pmacctd - IP accounting daemon (libpcap based)"
|
||||||
tristate
|
tristate
|
||||||
optional
|
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_PMACCT
|
depends BR2_PACKAGE_PMACCT
|
||||||
|
optional
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_BASIC
|
config BR2_PACKAGE_PMACCTD_BASIC
|
||||||
prompt "pmacctd: without database support"
|
prompt "pmacctd: without database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_MYSQL
|
config BR2_PACKAGE_PMACCTD_MYSQL
|
||||||
prompt "pmacctd-mysql: with MySQL database support"
|
prompt "pmacctd-mysql: with MySQL database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_PGSQL
|
config BR2_PACKAGE_PMACCTD_PGSQL
|
||||||
prompt "pmacctd-pgsql: with PostgreSQL database support"
|
prompt "pmacctd-pgsql: with PostgreSQL database support"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBPQ
|
select BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_CUSTOM
|
config BR2_PACKAGE_PMACCTD_CUSTOM
|
||||||
prompt "pmacctd-custom: customized to your needs"
|
prompt "pmacctd-custom: customized to your needs"
|
||||||
tristate
|
tristate
|
||||||
|
select BR2_PACKAGE_LIBPCAP
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_ENABLE_DEBUG
|
config BR2_PACKAGE_PMACCTD_ENABLE_DEBUG
|
||||||
prompt "debug (enable debugging options, useful for bugreports)"
|
prompt "debug (enable debugging options, useful for bugreports)"
|
||||||
@ -100,7 +106,6 @@ choice
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_PMACCTD_CUSTOM
|
depends BR2_PACKAGE_PMACCTD_CUSTOM
|
||||||
select BR2_PACKAGE_IPTABLES
|
|
||||||
|
|
||||||
config BR2_PACKAGE_PMACCTD_WITH_MYSQL
|
config BR2_PACKAGE_PMACCTD_WITH_MYSQL
|
||||||
prompt "MySQL database support"
|
prompt "MySQL database support"
|
||||||
@ -136,3 +141,8 @@ config BR2_PACKAGE_PMACCT_PGSQL
|
|||||||
tristate
|
tristate
|
||||||
default BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_PMACCTD_PGSQL
|
default BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_PMACCTD_PGSQL
|
||||||
|
|
||||||
|
config BR2_PACKAGE_PMACCT_DEVEL
|
||||||
|
tristate
|
||||||
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_NFACCTD_BASIC if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_PMACCTD_BASIC if CONFIG_DEVEL
|
||||||
|
Loading…
Reference in New Issue
Block a user