From: Tomas Lara Date: Tue, 13 Apr 2021 05:37:18 +0000 (-0400) Subject: collectd: enable cpufreq for rockchip target X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6bd8d29b70bf3081d9fe0efe38a36b8f4fed77de;p=openwrt-packages.git collectd: enable cpufreq for rockchip target Enable collectd-mod-cpufreq for rockchip Signed-off-by: Tomas Lara --- 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))