mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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"
|
PKG_DEPENDS_TARGET+=" samba"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${SAMBA_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" cifs-utils"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "${OPENVPN_SUPPORT}" = "yes" ]; then
|
if [ "${OPENVPN_SUPPORT}" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" openvpn"
|
PKG_DEPENDS_TARGET+=" openvpn"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user