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"