diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-11 22:16:08 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-11 22:16:08 +0100 |
commit | 973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa (patch) | |
tree | e8f3441da0f6ba12200c98eda3cacbfef9734d96 | |
parent | a7579c7f3d36949d6464338e8415b68f0ce7e944 (diff) | |
download | openwrt-personal-pkgs-973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa.tar.gz openwrt-personal-pkgs-973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa.tar.bz2 openwrt-personal-pkgs-973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa.zip |
bigclown: fix depends
-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 d421213..c992a0b 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -23,7 +23,7 @@ define Package/$(PKG_NAME) SUBMENU:=BigClown URL:=https://github.com/bigclownlabs/bch-gateway TITLE:=BigCLown gateway - DEPENDS:=+kmod-usb-serial-ftdi +kmod-usb-acm +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson + python3-schema python3-appdirs + DEPENDS:=+kmod-usb-serial-ftdi +kmod-usb-acm +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson +python3-schema +python3-appdirs endef define Py3Package/$(PKG_NAME)/install |