summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-03-07 14:30:18 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-03-07 14:30:18 +0100
commitf7f7a581e56d49a280f60e038ef543bc74331683 (patch)
tree44eab384ff7b6e2f18c43d3ca276680cb3a01491
parent9e7b7885cbc19e01068503a9bb247b0b8d07b390 (diff)
downloadopenwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.tar.gz
openwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.tar.bz2
openwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.zip
bigclown-mqtt2influxdb: fix configuration file
-rw-r--r--bigclown-mqtt2influxdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-mqtt2influxdb/Makefile b/bigclown-mqtt2influxdb/Makefile
index 87ae66e..a883584 100644
--- a/bigclown-mqtt2influxdb/Makefile
+++ b/bigclown-mqtt2influxdb/Makefile
@@ -36,7 +36,7 @@ define Py3Package/$(PKG_NAME)/install
endef
define Package/$(PKG_NAME)/conffiles
-/etc/bc-mqtt2influxdb.yml
+/etc/bigclown-mqtt2influxdb.yml
endef
define Build/Compile