From e2838160abffeac6cdc284e966fd8e58dbdc15b7 Mon Sep 17 00:00:00 2001 From: mjyhj <22577418+mjyhj@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:40:23 +0800 Subject: [PATCH] verysync: bump to v1.3.5 (#3978) * luci-app-diskman: Update Makefile * verysync: bump to v1.3.5 --- package/lean/luci-app-diskman/Makefile | 4 ++-- package/lean/verysync/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/luci-app-diskman/Makefile b/package/lean/luci-app-diskman/Makefile index 67165ca6d..7cf72229c 100644 --- a/package/lean/luci-app-diskman/Makefile +++ b/package/lean/luci-app-diskman/Makefile @@ -19,10 +19,10 @@ include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME)/config config PACKAGE_$(PKG_NAME)_INCLUDE_btrfs_progs bool "Include btrfs-progs" - default y + default n config PACKAGE_$(PKG_NAME)_INCLUDE_lsblk bool "Include lsblk" - default y + default n config PACKAGE_$(PKG_NAME)_INCLUDE_mdadm bool "Include mdadm" default n diff --git a/package/lean/verysync/Makefile b/package/lean/verysync/Makefile index 296143fab..f2af5ef5c 100644 --- a/package/lean/verysync/Makefile +++ b/package/lean/verysync/Makefile @@ -32,7 +32,7 @@ ifeq ($(ARCH),aarch64) endif PKG_NAME:=verysync -PKG_VERSION:=v1.3.1 +PKG_VERSION:=v1.3.5 PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION).tar.gz