From c5917936b13c2af7f7e43368bdb25333dd3ff499 Mon Sep 17 00:00:00 2001 From: lean Date: Sun, 5 Dec 2021 19:24:12 +0800 Subject: [PATCH] luci-app-qbittorrent: change x64 default use dynamic build --- 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 11b35741d..4b897d708 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||x86_64 - default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64||x86_64) + default PACKAGE_luci-app-qbittorrent_static if arm||aarch64 + default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64) config PACKAGE_luci-app-qbittorrent_static bool "Static Build"