network: drop iscsi support

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl
2025-09-18 18:53:43 +02:00
parent 5e629e6787
commit 9186359cde

View File

@@ -30,10 +30,6 @@ 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
if [ "${NFS_SUPPORT}" = "yes" ]; then if [ "${NFS_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" nfs-utils" PKG_DEPENDS_TARGET+=" nfs-utils"
fi fi