From 22d7aa0bf4faccf627d8ccdcb1863ec661ec3def Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 11 Feb 2020 14:02:57 +0100 Subject: [PATCH 1/2] 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 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) From 37b52fc053a313e743ed7b1d888d5e3d565185cf Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 11 Feb 2020 14:05:35 +0100 Subject: [PATCH 2/2] lcdringer: 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 --- net/lcdringer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lcdringer/Makefile b/net/lcdringer/Makefile index 98d4eca48..8cf3a2230 100644 --- a/net/lcdringer/Makefile +++ b/net/lcdringer/Makefile @@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/lcdringer SECTION:=network CATEGORY:=Network - DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_brcm2708 + DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_bcm27xx TITLE:=lcdringer URL:=https://www.flyn.org/projects/lcdringer/ endef