virtual/network: add dependency on nfs-utils

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-01-12 04:09:35 +01:00
parent 17960c895d
commit 732e5dae9a

View File

@ -29,3 +29,8 @@ fi
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" open-iscsi"
fi
if [ "${NFS_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" nfs-utils"
fi