virtual/network: add dependency on cifs-utils

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-01-12 04:11:56 +01:00
parent 86f9c3ba80
commit 001abc44f8

View File

@ -18,6 +18,10 @@ if [ "${SAMBA_SERVER}" = "yes" ] || [ "${SAMBA_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" samba"
fi
if [ "${SAMBA_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" cifs-utils"
fi
if [ "${OPENVPN_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" openvpn"
fi