summaryrefslogtreecommitdiff
path: root/package/collectd/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
commitaa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch)
tree2e178bb008ea0076185a841cc35cb6ceffe7a4fa /package/collectd/Config.in
parent1c47490f586071528b387edc46e531c88bd77dc7 (diff)
parentcda64efca568ec61c064b44f494f58f7a08bd4e7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/collectd/Config.in')
-rw-r--r--package/collectd/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index f645ee403..d040e581c 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -15,22 +15,22 @@ config ADK_PACKAGE_COLLECTD_CPU
prompt "Enable cpu support"
bool
default y
- depends ADK_PACKAGE_COLLECTD
+ depends on ADK_PACKAGE_COLLECTD
config ADK_PACKAGE_COLLECTD_LOAD
prompt "Enable load support"
bool
default y
- depends ADK_PACKAGE_COLLECTD
+ depends on ADK_PACKAGE_COLLECTD
config ADK_PACKAGE_COLLECTD_MEMORY
prompt "Enable memory support"
bool
default y
- depends ADK_PACKAGE_COLLECTD
+ depends on ADK_PACKAGE_COLLECTD
config ADK_PACKAGE_COLLECTD_PING
prompt "Enable ping support"
bool
default y
- depends ADK_PACKAGE_COLLECTD
+ depends on ADK_PACKAGE_COLLECTD