virtual/network: allow installing open-iscsi

This commit is contained in:
Lukas Rusak 2022-05-03 14:48:23 -07:00
parent c696c204ea
commit c562d646b1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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"