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