collectd: fix ampq1 vs. amqp1 typo
The name 'ampq1' does not exist. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
731f0d70a8
commit
730806a51e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.12.0
|
PKG_VERSION:=5.12.0
|
||||||
PKG_RELEASE:=44
|
PKG_RELEASE:=45
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
||||||
|
@ -31,7 +31,7 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
|
|
||||||
COLLECTD_PLUGINS_DISABLED:= \
|
COLLECTD_PLUGINS_DISABLED:= \
|
||||||
amqp \
|
amqp \
|
||||||
ampq1 \
|
amqp1 \
|
||||||
apple_sensors \
|
apple_sensors \
|
||||||
aquaero \
|
aquaero \
|
||||||
barometer \
|
barometer \
|
||||||
|
|
Loading…
Reference in a new issue