mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
collectd: Adjust .json names to match plugin names
Adjust .json names to match the plugin names: use '-' instead of '_' Fix commits033c19aande36b727that 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 <hannu.nyman@iki.fi>
This commit is contained in:
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user