collectd: Adjust .json names to match plugin names
authorHannu Nyman <redacted>
Wed, 11 Jun 2025 15:53:52 +0000 (18:53 +0300)
committerHannu Nyman <redacted>
Wed, 11 Jun 2025 16:05:36 +0000 (19:05 +0300)
Adjust .json names to match the plugin names: use '-' instead of '_'
Fix commits 033c19a and e36b727 that used a filename differing
from the plugin name used in OpenWrt. That prevented package compilation
to find and include the .json files that were left out of the package.

Signed-off-by: Hannu Nyman <redacted>
utils/collectd/Makefile
utils/collectd/files/usr/share/collectd/plugin/write-http.json [moved from utils/collectd/files/usr/share/collectd/plugin/write_http.json with 100% similarity]
utils/collectd/files/usr/share/collectd/plugin/write-prometheus.json [moved from utils/collectd/files/usr/share/collectd/plugin/write_prometheus.json with 100% similarity]

index cb7c0615190e7c0c3d1af213d386a4c37c7a7d04..cb2bb9fe65a02bd3ef5530ad5ac940aee1f031a4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=collectd
 PKG_VERSION:=5.12.0
-PKG_RELEASE:=53
+PKG_RELEASE:=54
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://collectd.org/files/ \
git clone https://git.99rst.org/PROJECT