verysync: update to 1.3.5

This commit is contained in:
AmadeusGhost 2020-03-10 19:39:42 +08:00 committed by CN_SZTL
parent 6d76e5688d
commit 800030866a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -19,10 +19,7 @@ ifeq ($(ARCH),i386)
PKG_ARCH_VERYSYNC:=386
endif
ifeq ($(ARCH),arm)
PKG_ARCH_VERYSYNC:=arm7
endif
ifeq ($(BOARD),bcm53xx)
PKG_ARCH_VERYSYNC:=arm6
PKG_ARCH_VERYSYNC:=arm
endif
ifeq ($(BOARD),kirkwood)
PKG_ARCH_VERYSYNC:=arm
@ -32,7 +29,7 @@ ifeq ($(ARCH),aarch64)
endif
PKG_NAME:=verysync
PKG_VERSION:=v1.3.4
PKG_VERSION:=v1.3.5
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)