From: Adrian Schmutzler Date: Tue, 11 Feb 2020 13:02:57 +0000 (+0100) Subject: collectd: apply brcm2708 target rename to bcm27xx to dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=22d7aa0bf4faccf627d8ccdcb1863ec661ec3def;p=openwrt-packages.git collectd: apply brcm2708 target rename to bcm27xx to dependencies Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index a0283de4f..809489a60 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -368,7 +368,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_brcm2708_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))) # 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))