From b7c1390c5af418e9235424742e77257c90ab3d67 Mon Sep 17 00:00:00 2001 From: songchenwen Date: Tue, 14 Apr 2020 13:10:08 +0800 Subject: [PATCH] Remove Gzip Dependency of r2s flasher --- luci-app-r2sflasher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-r2sflasher/Makefile b/luci-app-r2sflasher/Makefile index 58965ad..f72d75c 100644 --- a/luci-app-r2sflasher/Makefile +++ b/luci-app-r2sflasher/Makefile @@ -12,7 +12,7 @@ define Package/$(PKG_NAME) SUBMENU:=3. Applications TITLE:=LuCI Application to Flash NanoPi R2S ROM PKGARCH:=all - DEPENDS:=+bash +unzip +gzip +pv +losetup +tar +zstd + DEPENDS:=+bash +unzip +pv +losetup +zstd endef define Build/Prepare -- GitLab