mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-qbittorrent: change x64 default use dynamic build
This commit is contained in:
parent
2598209e44
commit
c5917936b1
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user