baidupcs-web: correct download for arm (#4695)

This commit is contained in:
AmadeusGhost 2020-05-29 12:06:23 +08:00 committed by GitHub
parent ab7e53e9ce
commit 0f9db42950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,13 @@ ifeq ($(ARCH),mips)
endif
ifeq ($(ARCH),arm)
PKG_ARCH_BAIDUPCS-WEB:=arm
ifeq ($(BOARD),bcm53xx)
PKG_ARCH_BAIDUPCS-WEB:=armv5
else ifeq ($(BOARD),kirkwood)
PKG_ARCH_BAIDUPCS-WEB:=armv5
else
PKG_ARCH_BAIDUPCS-WEB:=armv7
endif
endif
ifeq ($(ARCH),aarch64)