From: Florian Eckert Date: Fri, 4 Aug 2023 07:47:59 +0000 (+0200) Subject: collectd: fix ampq1 vs. amqp1 typo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=730806a51ed839a5fb4d8da1c0c60505f6330ac6;p=openwrt-packages.git collectd: fix ampq1 vs. amqp1 typo The name 'ampq1' does not exist. Signed-off-by: Florian Eckert --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 47c60a0b1..c340d6eab 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -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 \