diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-10 19:41:47 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-10 19:41:47 +0100 |
commit | 55b8c01409913180136b7558ce49ece6059d1351 (patch) | |
tree | fff1eb5013b744605319dbfa2033be2d7a9236a6 /bigclown-gateway | |
parent | 5378af151872cd5277e8e074c4e09dff2a393c20 (diff) | |
download | openwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.tar.gz openwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.tar.bz2 openwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.zip |
Try to fix bigclown compilation
Diffstat (limited to 'bigclown-gateway')
-rw-r--r-- | bigclown-gateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index 36c04f8..1fb5f4b 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=MIT PKG_BUILD_DIR:=$(BUILD_DIR)/bch-gateway-$(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 |