mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
Revert "luci-app-qbittorrent: change x64 default use dynamic build"
This reverts commit c5917936b1
.
This commit is contained in:
parent
522855254c
commit
482845f0de
@ -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
|
||||
default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64)
|
||||
default PACKAGE_luci-app-qbittorrent_static if arm||aarch64||x86_64
|
||||
default PACKAGE_luci-app-qbittorrent_dynamic if !(arm||aarch64||x86_64)
|
||||
|
||||
config PACKAGE_luci-app-qbittorrent_static
|
||||
bool "Static Build"
|
||||
|
Loading…
Reference in New Issue
Block a user