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