Config.in 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. config ADK_COMPILE_SAMBA
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_SAMBA || ADK_PACKAGE_SAMBA_CLIENT || ADK_PACKAGE_SMBFS
  5. config ADK_PACKAGE_SAMBA
  6. prompt "samba............................. NetBIOS/SMB file and print server"
  7. tristate
  8. default n
  9. select ADK_COMPILE_SAMBA
  10. select ADK_PACKAGE_LIBPOPT
  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. http://www.samba.org/
  17. This package contains the SMB file and print server daemons.
  18. config ADK_SAMBA_CODEPAGE
  19. string "legacy codepage"
  20. default "ISO8859-1"
  21. depends on ADK_PACKAGE_SAMBA
  22. help
  23. which codepage should be added to package
  24. choose one of:
  25. 1125 1251 437 737 775 850 852 857 861 866 932 936 949 950
  26. ISO8859-1 ISO8859-13 ISO8859-15 ISO8859-2 ISO8859-5 ISO8859-7
  27. ISO8859-9 KOI8-R KOI8-U
  28. config ADK_PACKAGE_SAMBA_CLIENT
  29. prompt "samba-client...................... NetBIOS/SMB simple client"
  30. tristate
  31. default n
  32. select ADK_COMPILE_SAMBA
  33. help
  34. The Samba software suite is a collection of programs that implements the
  35. SMB protocol for unix systems, allowing you to serve files and printers to
  36. Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
  37. to as the LanManager or Netbios protocol.
  38. http://www.samba.org/
  39. This package contains a simple command-line SMB client.
  40. config ADK_PACKAGE_SAMBA_PASSWD
  41. prompt "samba-passwd...................... samba password utility"
  42. tristate
  43. default n
  44. select ADK_COMPILE_SAMBA
  45. help
  46. The Samba software suite is a collection of programs that implements the
  47. SMB protocol for unix systems, allowing you to serve files and printers to
  48. Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred
  49. to as the LanManager or Netbios protocol.
  50. http://www.samba.org/
  51. This package contains a the samba password utility.