From: Hannu Nyman Date: Wed, 11 Jun 2025 15:53:52 +0000 (+0300) Subject: collectd: Adjust .json names to match plugin names X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=beb0de663c112ecb439fa30c4bd4aad73add2b6a;p=openwrt-packages.git collectd: Adjust .json names to match plugin names 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 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index cb7c06151..cb2bb9fe6 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:=53 +PKG_RELEASE:=54 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/usr/share/collectd/plugin/write_http.json b/utils/collectd/files/usr/share/collectd/plugin/write-http.json similarity index 100% rename from utils/collectd/files/usr/share/collectd/plugin/write_http.json rename to utils/collectd/files/usr/share/collectd/plugin/write-http.json diff --git a/utils/collectd/files/usr/share/collectd/plugin/write_prometheus.json b/utils/collectd/files/usr/share/collectd/plugin/write-prometheus.json similarity index 100% rename from utils/collectd/files/usr/share/collectd/plugin/write_prometheus.json rename to utils/collectd/files/usr/share/collectd/plugin/write-prometheus.json