diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 09:26:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 09:26:11 +0000 |
commit | 97f233b93cd62921230137249da9f109b6b76ef6 (patch) | |
tree | fc1c6669e5dc22daf60ac14910f61cae0b6c5144 /openwrt/package/pmacct | |
parent | f7a6b7ef3de01f3e1ba2016f8185210fe7ff8530 (diff) | |
download | mtk-20170518-97f233b93cd62921230137249da9f109b6b76ef6.zip mtk-20170518-97f233b93cd62921230137249da9f109b6b76ef6.tar.gz mtk-20170518-97f233b93cd62921230137249da9f109b6b76ef6.tar.bz2 |
Standardize config structure
SVN-Revision: 1014
Diffstat (limited to 'openwrt/package/pmacct')
-rw-r--r-- | openwrt/package/pmacct/Config.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/openwrt/package/pmacct/Config.in b/openwrt/package/pmacct/Config.in index 3c1f953..a0c7cbb 100644 --- a/openwrt/package/pmacct/Config.in +++ b/openwrt/package/pmacct/Config.in @@ -11,11 +11,10 @@ config BR2_PACKAGE_PMACCT Depends: libpcap choice - depends BR2_PACKAGE_PMACCT prompt "nfacctd - NetFlow accounting daemon" tristate default m if CONFIG_DEVEL - default n + depends BR2_PACKAGE_PMACCT optional config BR2_PACKAGE_NFACCTD_BASIC @@ -66,12 +65,11 @@ choice endchoice choice - depends BR2_PACKAGE_PMACCT prompt "pmacctd - IP accounting daemon (libpcap based)" tristate - default m if CONFIG_DEVEL - default n optional + default m if CONFIG_DEVEL + depends BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCTD_BASIC prompt "pmacctd: without database support" @@ -121,10 +119,10 @@ choice endchoice config BR2_PACKAGE_PMACCT_CLIENT - depends BR2_PACKAGE_PMACCT prompt "pmacct-client - Command-line client to gather data from the IMT plugin" if BR2_PACKAGE_NFACCTD_BASIC || BR2_PACKAGE_NFACCTD_MYSQL || BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_NFACCTD_CUSTOM || BR2_PACKAGE_PMACCTD_BASIC || BR2_PACKAGE_PMACCTD_MYSQL || BR2_PACKAGE_PMACCTD_PGSQL || BR2_PACKAGE_PMACCTD_CUSTOM tristate - default n + default m if CONFIG_DEVEL + depends BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCT_BASIC tristate |