summaryrefslogtreecommitdiffstats
path: root/package/samba/Config.in
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2011-08-01 23:46:16 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-11 22:46:46 +0200
commitede8ca0019974fc999c6e9f20dfbedfeb9649c60 (patch)
treeb86a05d5bed4f620e681e7aa4e5a376f12fa7e3d /package/samba/Config.in
parentd97542c6d88d2e621db8d01db523baac5bf9ccf0 (diff)
downloadbuildroot-novena-ede8ca0019974fc999c6e9f20dfbedfeb9649c60.tar.gz
buildroot-novena-ede8ca0019974fc999c6e9f20dfbedfeb9649c60.zip
samba: make installation of smbd configurable
It may be desirable to compile samba but not actually install the smbd binary. This is the case if you need libsmbclient but don't want to run a samba server. Make this possible by allowing to disable installation of smbd. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/samba/Config.in')
-rw-r--r--package/samba/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in
index 58a84f3d6..3a777766a 100644
--- a/package/samba/Config.in
+++ b/package/samba/Config.in
@@ -122,6 +122,13 @@ config BR2_PACKAGE_SAMBA_SMBCQUOTAS
help
Set or get QUOTAs of NTFS 5 shares
+config BR2_PACKAGE_SAMBA_SMBD
+ bool "smbd"
+ default y
+ depends on BR2_PACKAGE_SAMBA
+ help
+ The server daemon that provides filesharing and printing services
+
config BR2_PACKAGE_SAMBA_SMBGET
bool "smbget"
default y