mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
virtual/network: add dependency on cifs-utils
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
86f9c3ba80
commit
001abc44f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user