diff options
author | Tomas Lara <tl849670@gmail.com> | 2021-04-13 01:37:18 -0400 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-04-13 09:18:24 +0300 |
commit | 6bd8d29b70bf3081d9fe0efe38a36b8f4fed77de (patch) | |
tree | 099a423931b1d9a26688e64869c72cd0bba3dc16 | |
parent | 682aebbaea976bee8aa5cc6e2d5818364256b33f (diff) |
collectd: enable cpufreq for rockchip target
Enable collectd-mod-cpufreq for rockchip
Signed-off-by: Tomas Lara <tl849670@gmail.com>
-rw-r--r-- | utils/collectd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 52d523252..8d9f1c285 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -434,7 +434,7 @@ $(eval $(call BuildPlugin,chrony,chrony status input,chrony,)) $(eval $(call BuildPlugin,conntrack,connection tracking table size input,conntrack,)) $(eval $(call BuildPlugin,contextswitch,context switch input,contextswitch,)) $(eval $(call BuildPlugin,cpu,CPU input,cpu,)) -$(eval $(call BuildPlugin,cpufreq,CPU Freq input,cpufreq,@(TARGET_x86||TARGET_x86_64||TARGET_mvebu||TARGET_ipq806x||TARGET_armvirt||TARGET_ipq40xx||TARGET_bcm27xx_bcm2709))) # Only enable on targets with CPUs supporting frequency scaling +$(eval $(call BuildPlugin,cpufreq,CPU Freq input,cpufreq,@(TARGET_x86||TARGET_x86_64||TARGET_mvebu||TARGET_ipq806x||TARGET_armvirt||TARGET_ipq40xx||TARGET_bcm27xx_bcm2709||TARGET_rockchip))) # Only enable on targets with CPUs supporting frequency scaling $(eval $(call BuildPlugin,csv,CSV output,csv,)) $(eval $(call BuildPlugin,curl,cURL input,curl,+PACKAGE_collectd-mod-curl:libcurl)) #$(eval $(call BuildPlugin,dbi,relational database input,dbi,+PACKAGE_collectd-mod-dbi:libdbi)) |