summaryrefslogtreecommitdiff
path: root/package/pmacct/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/pmacct/Config.in')
-rw-r--r--package/pmacct/Config.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/pmacct/Config.in b/package/pmacct/Config.in
deleted file mode 100644
index fe3e4d99d..000000000
--- a/package/pmacct/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config ADK_COMPILE_PMACCT
- tristate
- default n
- depends on ADK_PACKAGE_PMACCTD || ADK_PACKAGE_PMACCT_CLIENT || ADK_PACKAGE_SFACCTD || ADK_PACKAGE_NFACCTD
-
-config ADK_PACKAGE_PMACCTD
- prompt "pmacctd....................... IP accounting daemon (libpcap based)"
- tristate
- default n
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_NFACCTD
- prompt "nfacctd....................... Netflow accounting and aggregation daemon"
- tristate
- select ADK_PACKAGE_LIBPCAP
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_SFACCTD
- prompt "sfacctd....................... sFlow accounting and aggregation daemon"
- tristate
- select ADK_PACKAGE_LIBPCAP
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_PMACCT_CLIENT
- prompt "pmacct-client................... Command-line client to gather data from the IMT plugin"
- tristate
- default n
- help