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

This commit is contained in:
AmadeusGhost 2020-05-29 12:06:23 +08:00 committed by CN_SZTL
parent fbd98a7e74
commit ebfd50aa57
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -47,7 +47,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)