mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
virtual/network: allow installing open-iscsi
This commit is contained in:
parent
c696c204ea
commit
c562d646b1
@ -26,6 +26,10 @@ if [ "${WIREGUARD_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" wireguard-tools"
|
||||
fi
|
||||
|
||||
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" open-iscsi"
|
||||
fi
|
||||
|
||||
# nss needed by inputstream.adaptive, chromium etc.
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nss"
|
||||
|
Loading…
x
Reference in New Issue
Block a user