From c61051d490c46647b0500f6dbffa824c811ffce0 Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 4 May 2022 11:56:14 +0800 Subject: [PATCH] luci-app-qbittorrent: change default use dynamic build --- luci-app-qbittorrent/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/luci-app-qbittorrent/Makefile b/luci-app-qbittorrent/Makefile index 730eee9..32a2bb6 100644 --- a/luci-app-qbittorrent/Makefile +++ b/luci-app-qbittorrent/Makefile @@ -18,8 +18,7 @@ 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_dynamic config PACKAGE_luci-app-qbittorrent_static bool "Static Build"