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"