diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-03-07 14:30:18 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-03-07 14:30:18 +0100 |
commit | f7f7a581e56d49a280f60e038ef543bc74331683 (patch) | |
tree | 44eab384ff7b6e2f18c43d3ca276680cb3a01491 /bigclown-mqtt2influxdb/Makefile | |
parent | 9e7b7885cbc19e01068503a9bb247b0b8d07b390 (diff) | |
download | openwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.tar.gz openwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.tar.bz2 openwrt-personal-pkgs-f7f7a581e56d49a280f60e038ef543bc74331683.zip |
bigclown-mqtt2influxdb: fix configuration file
Diffstat (limited to 'bigclown-mqtt2influxdb/Makefile')
-rw-r--r-- | bigclown-mqtt2influxdb/Makefile | 2 |
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 |