collectd: enable cpufreq for rockchip target
authorTomas Lara <redacted>
Tue, 13 Apr 2021 05:37:18 +0000 (01:37 -0400)
committerHannu Nyman <redacted>
Tue, 13 Apr 2021 06:18:24 +0000 (09:18 +0300)
Enable collectd-mod-cpufreq  for rockchip

Signed-off-by: Tomas Lara <redacted>
utils/collectd/Makefile

index 52d523252e531b89e269ba95ae39da258f7f2491..8d9f1c2850ce6fb4d8e914b15d97c1b4782fcf4a 100644 (file)
@@ -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))
git clone https://git.99rst.org/PROJECT