summaryrefslogtreecommitdiff
path: root/bigclown-mqtt2influxdb/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-02-11 15:25:20 +0100
committerKarel Kočí <cynerd@email.cz>2020-02-11 15:25:20 +0100
commitc26ee64f515bfcfef2ab5f85434e354251bbe18a (patch)
tree33bfff065b6e24763dc0314a7bf3ebd3cf201d33 /bigclown-mqtt2influxdb/Makefile
parentf210cba93aa555c39b2583704524f728b89b3e94 (diff)
downloadopenwrt-personal-pkgs-c26ee64f515bfcfef2ab5f85434e354251bbe18a.tar.gz
openwrt-personal-pkgs-c26ee64f515bfcfef2ab5f85434e354251bbe18a.tar.bz2
openwrt-personal-pkgs-c26ee64f515bfcfef2ab5f85434e354251bbe18a.zip
bigclown fix include
Diffstat (limited to 'bigclown-mqtt2influxdb/Makefile')
-rw-r--r--bigclown-mqtt2influxdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-mqtt2influxdb/Makefile b/bigclown-mqtt2influxdb/Makefile
index 38f317a..02b1c10 100644
--- a/bigclown-mqtt2influxdb/Makefile
+++ b/bigclown-mqtt2influxdb/Makefile
@@ -16,7 +16,7 @@ PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PKG_BUILD_DIR:=$(BUILD_DIR)/bch-mqtt2influxdb-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
-include ../../../lang/python/python3-package.mk
+include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
define Package/$(PKG_NAME)
SECTION:=utils