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