summaryrefslogtreecommitdiffstats
path: root/package/samba/Config.in
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2009-09-21 23:26:51 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-21 23:26:51 +0200
commit1d9178db29be6eeeccf437949013d50d5241e4f1 (patch)
tree96f96602853bbc72c1e8bdc1be2c2e8b298267d8 /package/samba/Config.in
parent5fda7023ff87c3103f4eb52b4205fb2549e17423 (diff)
downloadbuildroot-novena-1d9178db29be6eeeccf437949013d50d5241e4f1.tar.gz
buildroot-novena-1d9178db29be6eeeccf437949013d50d5241e4f1.zip
samba: add option to install libsmbclient
Closes #301 The libsmbclient library is part of the samba package. It can be used to build applications that access Samba shares without the need to mount them. Currently the library is explicitly not installed by buildroot. Here's a patch that adds a config option to install it. 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.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in
index 40161b6e3..cb4c4f62d 100644
--- a/package/samba/Config.in
+++ b/package/samba/Config.in
@@ -40,6 +40,15 @@ config BR2_PACKAGE_SAMBA_FINDSMB
comment "findsmb - disabled (requires nmblookup, smbclient and perl)"
depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_MICROPERL
+config BR2_PACKAGE_SAMBA_LIBSMBCLIENT
+ bool "libsmbclient"
+ depends on BR2_PACKAGE_SAMBA
+ help
+ libsmbclient is a library toolset that permits applications
+ to manipulate CIFS/SMB network resources using many of the
+ standards POSIX functions available for manipulating local
+ files.
+
config BR2_PACKAGE_SAMBA_NET
bool "net"
default y