From 144217fadab1774479b563c6560a4e2d317d1879 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Thu, 11 Nov 2021 23:36:54 +0800 Subject: [PATCH] qBittorrent-static: fix download failure issue Fixes: a623e3b ("qbittorrent: bump to v4.3.8") Closed: #8209 --- package/lean/qBittorrent-static/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package/lean/qBittorrent-static/Makefile b/package/lean/qBittorrent-static/Makefile index b5e975c98..a7d12c9f0 100644 --- a/package/lean/qBittorrent-static/Makefile +++ b/package/lean/qBittorrent-static/Makefile @@ -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