mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
baidupcs-web: correct download for arm (#4695)
This commit is contained in:
parent
fbd98a7e74
commit
ebfd50aa57
@ -47,7 +47,13 @@ ifeq ($(ARCH),mips)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),arm)
|
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
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user