mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
qBittorrent-static: fix download failure issue
Fixes: a623e3b ("qbittorrent: bump to v4.3.8") Closed: #8209
This commit is contained in:
parent
9991d3dd69
commit
144217fada
@ -25,13 +25,7 @@ ifeq ($(ARCH),aarch64)
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
ifeq ($(BOARD),bcm53xx)
|
||||
PKG_ARCH:=armv7
|
||||
else ifeq ($(BOARD),kirkwood)
|
||||
PKG_ARCH:=armv7
|
||||
else
|
||||
PKG_ARCH:=armhf
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user