2005-11-05 04:16:36 +02:00
|
|
|
#menu "samba............................. A NetBIOS/SMB implementation"
|
|
|
|
|
2005-08-22 10:11:48 +03:00
|
|
|
config BR2_COMPILE_SAMBA
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-08-22 10:11:48 +03:00
|
|
|
default n
|
2005-09-27 11:09:45 +03:00
|
|
|
depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
|
2005-08-22 10:11:48 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SAMBA
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "samba............................. NetBIOS/SMB file and print server"
|
|
|
|
tristate
|
2005-09-27 11:09:45 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-22 10:11:48 +03:00
|
|
|
select BR2_COMPILE_SAMBA
|
|
|
|
help
|
|
|
|
The Samba software suite is a collection of programs that implements the
|
|
|
|
SMB protocol for unix systems, allowing you to serve files and printers to
|
|
|
|
Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
|
|
|
|
to as the LanManager or Netbios protocol.
|
|
|
|
|
|
|
|
http://www.samba.org/
|
|
|
|
|
|
|
|
This package contains the SMB file and print server daemons.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SAMBA_CLIENT
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "samba-client...................... NetBIOS/SMB simple client"
|
|
|
|
tristate
|
2005-09-27 11:09:45 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-22 10:11:48 +03:00
|
|
|
select BR2_COMPILE_SAMBA
|
|
|
|
help
|
|
|
|
The Samba software suite is a collection of programs that implements the
|
|
|
|
SMB protocol for unix systems, allowing you to serve files and printers to
|
|
|
|
Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
|
|
|
|
to as the LanManager or Netbios protocol.
|
|
|
|
|
|
|
|
http://www.samba.org/
|
|
|
|
|
|
|
|
This package contains a simple command-line SMB client.
|
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
#endmenu
|