diff options
author | Karel Kočí <cynerd@email.cz> | 2020-02-11 15:25:20 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-02-11 15:25:20 +0100 |
commit | c26ee64f515bfcfef2ab5f85434e354251bbe18a (patch) | |
tree | 33bfff065b6e24763dc0314a7bf3ebd3cf201d33 /bigclown-mqtt2influxdb/Makefile | |
parent | f210cba93aa555c39b2583704524f728b89b3e94 (diff) | |
download | openwrt-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/Makefile | 2 |
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 |