mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 02:25:29 +08:00
verysync: bump to v1.3.5 (#3978)
* luci-app-diskman: Update Makefile * verysync: bump to v1.3.5
This commit is contained in:
parent
5b7fec3ab6
commit
e2838160ab
@ -19,10 +19,10 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_btrfs_progs
|
config PACKAGE_$(PKG_NAME)_INCLUDE_btrfs_progs
|
||||||
bool "Include btrfs-progs"
|
bool "Include btrfs-progs"
|
||||||
default y
|
default n
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_lsblk
|
config PACKAGE_$(PKG_NAME)_INCLUDE_lsblk
|
||||||
bool "Include lsblk"
|
bool "Include lsblk"
|
||||||
default y
|
default n
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_mdadm
|
config PACKAGE_$(PKG_NAME)_INCLUDE_mdadm
|
||||||
bool "Include mdadm"
|
bool "Include mdadm"
|
||||||
default n
|
default n
|
||||||
|
@ -32,7 +32,7 @@ ifeq ($(ARCH),aarch64)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_NAME:=verysync
|
PKG_NAME:=verysync
|
||||||
PKG_VERSION:=v1.3.1
|
PKG_VERSION:=v1.3.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION).tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user