luci-app-qbittorrent: change default use dynamic build

This commit is contained in:
sbwml 2022-05-04 11:56:14 +08:00
parent 6776cbc689
commit c61051d490

View File

@ -18,8 +18,7 @@ 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_dynamic
default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64||x86_64)
config PACKAGE_luci-app-qbittorrent_static config PACKAGE_luci-app-qbittorrent_static
bool "Static Build" bool "Static Build"