mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
PKG_DEPENDS_TARGET+=" wireguard-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" open-iscsi"
|
||||||
|
fi
|
||||||
|
|
||||||
# nss needed by inputstream.adaptive, chromium etc.
|
# nss needed by inputstream.adaptive, chromium etc.
|
||||||
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
|
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" nss"
|
PKG_DEPENDS_TARGET+=" nss"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user