diff options
author | Karel Kočí <cynerd@email.cz> | 2022-03-11 12:47:01 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-03-11 12:47:01 +0100 |
commit | 4e2388f8435acd012cc480686c80f70d3358d513 (patch) | |
tree | cb7720a5daa9db72145497e849f325fd0146b24c /bigclown-firmware-tool/Makefile | |
parent | 549ec4d32ef9df05f27eaa15b1314f7708b6616f (diff) | |
download | openwrt-personal-pkgs-4e2388f8435acd012cc480686c80f70d3358d513.tar.gz openwrt-personal-pkgs-4e2388f8435acd012cc480686c80f70d3358d513.tar.bz2 openwrt-personal-pkgs-4e2388f8435acd012cc480686c80f70d3358d513.zip |
bigclown-firmware-tool: update to newer version
Diffstat (limited to 'bigclown-firmware-tool/Makefile')
-rw-r--r-- | bigclown-firmware-tool/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bigclown-firmware-tool/Makefile b/bigclown-firmware-tool/Makefile index f6fdb0a..177702a 100644 --- a/bigclown-firmware-tool/Makefile +++ b/bigclown-firmware-tool/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-firmware-tool -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.8.1 PKG_RELEASE:=1 PYPI_NAME:=bcf -PKG_HASH:=cf7ceabfa7377957391f71b4dff884d54943993944bfe1b96eccee4f67ce85ac +PKG_HASH:=e88c5f83bc76f2943c7fae140c408c6a7aba315eb1fdbd1fa3b07be23a1d433d PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_LICENSE:=MIT @@ -33,7 +33,8 @@ define Package/bigclown-firmware-tool +python3-schema \ +python3-requests \ +python3-click \ - +python3-intelhex + +python3-intelhex \ + +python3-pyftdi endef $(eval $(call Py3Package,bigclown-firmware-tool)) |