mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
virtual/network: add dependency on cifs-utils
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user