diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-14 00:50:50 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-14 00:53:13 +0100 |
commit | fb3d65bf92084ce62173c6c83365445d42efc043 (patch) | |
tree | 0c0f3ccab6e48dcf3428ee80f44cfdac5a4aff97 /bigclown-gateway/Makefile | |
parent | 18822acbe35ce68608d59358031b859891d71678 (diff) | |
download | openwrt-personal-pkgs-fb3d65bf92084ce62173c6c83365445d42efc043.tar.gz openwrt-personal-pkgs-fb3d65bf92084ce62173c6c83365445d42efc043.tar.bz2 openwrt-personal-pkgs-fb3d65bf92084ce62173c6c83365445d42efc043.zip |
bigclown: fix not included binaries
Diffstat (limited to 'bigclown-gateway/Makefile')
-rw-r--r-- | bigclown-gateway/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index c992a0b..f269f52 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -27,6 +27,9 @@ define Package/$(PKG_NAME) endef define Py3Package/$(PKG_NAME)/install + $(INSTALL_DIR) $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/config $(1)/etc/config/bigclown-gateway $(INSTALL_DIR) $(1)/etc/init.d |