source: freewrt/package/samba/Config.in@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#menu "samba............................. A NetBIOS/SMB implementation"
2
3config BR2_COMPILE_SAMBA
4 tristate
5 default n
6 depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
7
8config 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 select BR2_PACKAGE_LIBGCC
14 help
15 The Samba software suite is a collection of programs that implements the
16 SMB protocol for unix systems, allowing you to serve files and printers to
17 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
18 to as the LanManager or Netbios protocol.
19
20 http://www.samba.org/
21
22 This package contains the SMB file and print server daemons.
23
24config BR2_PACKAGE_SAMBA_CLIENT
25 prompt "samba-client...................... NetBIOS/SMB simple client"
26 tristate
27 default m if CONFIG_DEVEL
28 select BR2_COMPILE_SAMBA
29 select BR2_PACKAGE_LIBGCC
30 help
31 The Samba software suite is a collection of programs that implements the
32 SMB protocol for unix systems, allowing you to serve files and printers to
33 Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
34 to as the LanManager or Netbios protocol.
35
36 http://www.samba.org/
37
38 This package contains a simple command-line SMB client.
39
40#endmenu
Note: See TracBrowser for help on using the repository browser.