b5dede7d1a
- removed 0001-Use-DESTDIR-when-installing-mount.smb3-and-optionall.patch (superseded by upstream commit [1]) - adjust autoreconf comment accordingly - add option for smb tools to avoid hard python runtime dependency (smbinfo and smb2-quota are python scripts) Changelog ([2]): December, 2020: Release 6.12 get/setcifsacl tools are improved to support changing owner, group and SACLs mount.cifs is enhanced to use SUDO_UID env variable for cruid smbinfo is re-written in Python language https://lists.samba.org/archive/samba-technical/2020-December/136156.html [1] https://git.samba.org/?p=cifs-utils.git;a=patch;h=a00e84378d9c5e63272ff69ca18fd0e872b384d3 [2] https://wiki.samba.org/index.php/LinuxCIFS_utils Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
27 lines
858 B
Plaintext
27 lines
858 B
Plaintext
config BR2_PACKAGE_CIFS_UTILS
|
|
bool "cifs-utils"
|
|
# uses fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
The in-kernel CIFS filesystem is generally the preferred
|
|
method for mounting SMB/CIFS shares on Linux. The in-kernel
|
|
CIFS filesystem relies on a set of user-space tools. That
|
|
package of tools is called cifs-utils. Although not really
|
|
part of Samba proper, these tools were originally part of
|
|
the Samba package. For several reasons, shipping these tools
|
|
as part of Samba was problematic and it was deemed better to
|
|
split them off into their own package.
|
|
|
|
http://wiki.samba.org/index.php/LinuxCIFS_utils
|
|
|
|
if BR2_PACKAGE_CIFS_UTILS
|
|
|
|
config BR2_PACKAGE_CIFS_UTILS_SMBTOOLS
|
|
bool "smbtools"
|
|
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
Install the smb tools smbinfo and smb2-quota (python
|
|
implementations).
|
|
|
|
endif
|