summaryrefslogtreecommitdiff
path: root/package/samba/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/samba/Config.in
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/samba/Config.in')
-rw-r--r--package/samba/Config.in62
1 files changed, 0 insertions, 62 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in
deleted file mode 100644
index b26d2791e..000000000
--- a/package/samba/Config.in
+++ /dev/null
@@ -1,62 +0,0 @@
-config ADK_COMPILE_SAMBA
- tristate
- default n
- depends on ADK_PACKAGE_SAMBA || ADK_PACKAGE_SAMBA_CLIENT || ADK_PACKAGE_SMBFS
-
-config ADK_PACKAGE_SAMBA
- prompt "samba............................. NetBIOS/SMB file and print server"
- tristate
- default n
- select ADK_COMPILE_SAMBA
- select ADK_PACKAGE_LIBPOPT
- 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 ADK_SAMBA_CODEPAGE
- string "legacy codepage"
- default "ISO8859-1"
- depends on ADK_PACKAGE_SAMBA
- help
- which codepage should be added to package
- choose one of:
- 1125 1251 437 737 775 850 852 857 861 866 932 936 949 950
- ISO8859-1 ISO8859-13 ISO8859-15 ISO8859-2 ISO8859-5 ISO8859-7
- ISO8859-9 KOI8-R KOI8-U
-
-config ADK_PACKAGE_SAMBA_CLIENT
- prompt "samba-client...................... NetBIOS/SMB simple client"
- tristate
- default n
- select ADK_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.
-
-config ADK_PACKAGE_SAMBA_PASSWD
- prompt "samba-passwd...................... samba password utility"
- tristate
- default n
- select ADK_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 the samba password utility.
-