From 482845f0de29e08f9e16d31b116e85d09e3f9c43 Mon Sep 17 00:00:00 2001 From: lean Date: Sun, 16 Jan 2022 09:58:05 +0800 Subject: [PATCH] Revert "luci-app-qbittorrent: change x64 default use dynamic build" This reverts commit c5917936b13c2af7f7e43368bdb25333dd3ff499. --- package/lean/luci-app-qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-qbittorrent/Makefile b/package/lean/luci-app-qbittorrent/Makefile index 4b897d708..11b35741d 100644 --- a/package/lean/luci-app-qbittorrent/Makefile +++ b/package/lean/luci-app-qbittorrent/Makefile @@ -18,8 +18,8 @@ LUCI_DEPENDS:= \ define Package/$(PKG_NAME)/config choice prompt "Build Version Selection" - default PACKAGE_luci-app-qbittorrent_static if arm||aarch64 - default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64) + default PACKAGE_luci-app-qbittorrent_static if arm||aarch64||x86_64 + default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64||x86_64) config PACKAGE_luci-app-qbittorrent_static bool "Static Build"