git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
731f0d7
)
collectd: fix ampq1 vs. amqp1 typo
author
Florian Eckert
<redacted>
Fri, 4 Aug 2023 07:47:59 +0000
(09:47 +0200)
committer
Hannu 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
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 47c60a0b19a2319cbdece907b2751cabcaff77ee..c340d6eab42c7078dc5c92393aa711ac0e4b59a4 100644
(file)
--- 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:=4
4
+PKG_RELEASE:=4
5
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 \
- am
pq
1 \
+ am
qp
1 \
apple_sensors \
aquaero \
barometer \
git clone https://git.99rst.org/PROJECT