mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
virtual/network: add dependency on nfs-utils
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
17960c895d
commit
732e5dae9a
@ -29,3 +29,8 @@ fi
|
|||||||
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" open-iscsi"
|
PKG_DEPENDS_TARGET+=" open-iscsi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${NFS_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" nfs-utils"
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user