1 config BR2_COMPILE_SAMBA
4 depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT
6 config BR2_PACKAGE_SAMBA
7 tristate "samba - NetBIOS/SMB file and print server"
8 # default m if CONFIG_DEVEL
10 select BR2_COMPILE_SAMBA
12 The Samba software suite is a collection of programs that implements the
13 SMB protocol for unix systems, allowing you to serve files and printers to
14 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
15 to as the LanManager or Netbios protocol.
19 This package contains the SMB file and print server daemons.
22 config BR2_PACKAGE_SAMBA_CLIENT
23 tristate "samba-client - NetBIOS/SMB simple client"
24 # default m if CONFIG_DEVEL
26 select BR2_COMPILE_SAMBA
28 The Samba software suite is a collection of programs that implements the
29 SMB protocol for unix systems, allowing you to serve files and printers to
30 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
31 to as the LanManager or Netbios protocol.
35 This package contains a simple command-line SMB client.