luci-app-qbittorrent: change x64 default use dynamic build

This commit is contained in:
lean 2021-12-05 19:24:12 +08:00
parent 2598209e44
commit c5917936b1

View File

@ -18,8 +18,8 @@ LUCI_DEPENDS:= \
define Package/$(PKG_NAME)/config define Package/$(PKG_NAME)/config
choice choice
prompt "Build Version Selection" prompt "Build Version Selection"
default PACKAGE_luci-app-qbittorrent_static if arm||aarch64||x86_64 default PACKAGE_luci-app-qbittorrent_static if arm||aarch64
default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64||x86_64) default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64)
config PACKAGE_luci-app-qbittorrent_static config PACKAGE_luci-app-qbittorrent_static
bool "Static Build" bool "Static Build"