| 1 | #menu "samba............................. A NetBIOS/SMB implementation"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_COMPILE_SAMBA
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | depends FWRT_PACKAGE_SAMBA || FWRT_PACKAGE_SAMBA_CLIENT || FWRT_PACKAGE_SMBFS
|
|---|
| 7 |
|
|---|
| 8 | config FWRT_PACKAGE_SAMBA
|
|---|
| 9 | prompt "samba............................. NetBIOS/SMB file and print server"
|
|---|
| 10 | tristate
|
|---|
| 11 | default n
|
|---|
| 12 | select FWRT_COMPILE_SAMBA
|
|---|
| 13 | select FWRT_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 |
|
|---|
| 24 | config FWRT_SAMBA_CODEPAGE
|
|---|
| 25 | string "codepage"
|
|---|
| 26 | default "ISO8859-1"
|
|---|
| 27 | depends on FWRT_PACKAGE_SAMBA
|
|---|
| 28 | help
|
|---|
| 29 | which codepage should be added to package
|
|---|
| 30 |
|
|---|
| 31 | config FWRT_PACKAGE_SAMBA_CLIENT
|
|---|
| 32 | prompt "samba-client...................... NetBIOS/SMB simple client"
|
|---|
| 33 | tristate
|
|---|
| 34 | default n
|
|---|
| 35 | select FWRT_COMPILE_SAMBA
|
|---|
| 36 | select FWRT_PACKAGE_LIBGCC
|
|---|
| 37 | help
|
|---|
| 38 | The Samba software suite is a collection of programs that implements the
|
|---|
| 39 | SMB protocol for unix systems, allowing you to serve files and printers to
|
|---|
| 40 | Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
|
|---|
| 41 | to as the LanManager or Netbios protocol.
|
|---|
| 42 |
|
|---|
| 43 | http://www.samba.org/
|
|---|
| 44 |
|
|---|
| 45 | This package contains a simple command-line SMB client.
|
|---|
| 46 |
|
|---|
| 47 | config FWRT_PACKAGE_SAMBA_PASSWD
|
|---|
| 48 | prompt "samba-passwd...................... samba password utility"
|
|---|
| 49 | tristate
|
|---|
| 50 | default n
|
|---|
| 51 | select FWRT_COMPILE_SAMBA
|
|---|
| 52 | select FWRT_PACKAGE_LIBGCC
|
|---|
| 53 | help
|
|---|
| 54 | The Samba software suite is a collection of programs that implements the
|
|---|
| 55 | SMB protocol for unix systems, allowing you to serve files and printers to
|
|---|
| 56 | Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
|
|---|
| 57 | to as the LanManager or Netbios protocol.
|
|---|
| 58 |
|
|---|
| 59 | http://www.samba.org/
|
|---|
| 60 |
|
|---|
| 61 | This package contains a the samba password utility.
|
|---|
| 62 |
|
|---|
| 63 | #endmenu
|
|---|