From ede8ca0019974fc999c6e9f20dfbedfeb9649c60 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 1 Aug 2011 23:46:16 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/samba/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/samba/Config.in') 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 -- cgit v1.2.3