build shared daemons,
[openwrt.git] / package / samba / Config.in
1 config BR2_COMPILE_SAMBA
2         bool
3         default n
4         depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
5
6 config BR2_PACKAGE_SAMBA
7         tristate "samba - NetBIOS/SMB file and print server"
8         default m if CONFIG_DEVEL
9         select BR2_COMPILE_SAMBA
10         help
11          The Samba software suite is a collection of programs that implements the 
12          SMB protocol for unix systems, allowing you to serve files and printers to 
13          Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred 
14          to as the LanManager or Netbios protocol.
15          
16          http://www.samba.org/
17          
18          This package contains the SMB file and print server daemons.
19          
20
21 config BR2_PACKAGE_SAMBA_CLIENT
22         tristate "samba-client - NetBIOS/SMB simple client"
23         default m if CONFIG_DEVEL
24         select BR2_COMPILE_SAMBA
25         help
26          The Samba software suite is a collection of programs that implements the 
27          SMB protocol for unix systems, allowing you to serve files and printers to 
28          Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred 
29          to as the LanManager or Netbios protocol.
30          
31          http://www.samba.org/
32          
33          This package contains a simple command-line SMB client.
34          
35