ln -sf
[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
5
6 config BR2_PACKAGE_SAMBA
7 tristate "samba - NetBIOS/SMB file and print server"
8 # default m if CONFIG_DEVEL
9 default n
10 select BR2_COMPILE_SAMBA
11 help
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.
16
17 http://www.samba.org/
18
19 This package contains the SMB file and print server daemons.
20
21
22 config BR2_PACKAGE_SAMBA_CLIENT
23 tristate "samba-client - NetBIOS/SMB simple client"
24 # default m if CONFIG_DEVEL
25 default n
26 select BR2_COMPILE_SAMBA
27 help
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.
32
33 http://www.samba.org/
34
35 This package contains a simple command-line SMB client.
36
37
This page took 0.092791 seconds and 5 git commands to generate.