collectd: fix ampq1 vs. amqp1 typo
authorFlorian Eckert <redacted>
Fri, 4 Aug 2023 07:47:59 +0000 (09:47 +0200)
committerHannu Nyman <redacted>
Sat, 5 Aug 2023 06:51:53 +0000 (09:51 +0300)
The name 'ampq1' does not exist.

Signed-off-by: Florian Eckert <redacted>
utils/collectd/Makefile

index 47c60a0b19a2319cbdece907b2751cabcaff77ee..c340d6eab42c7078dc5c92393aa711ac0e4b59a4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=collectd
 PKG_VERSION:=5.12.0
-PKG_RELEASE:=44
+PKG_RELEASE:=45
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://collectd.org/files/ \
@@ -31,7 +31,7 @@ PKG_CONFIG_DEPENDS:= \
 
 COLLECTD_PLUGINS_DISABLED:= \
        amqp \
-       ampq1 \
+       amqp1 \
        apple_sensors \
        aquaero \
        barometer \
git clone https://git.99rst.org/PROJECT