toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / pure-ftpd / Config.in
blob85fdef30eb73f7cca5a74feed748c2c365310dd9
1 config BR2_PACKAGE_PURE_FTPD
2         bool "pure-ftpd"
3         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4         depends on BR2_USE_MMU # fork()
5         help
6           Pure-FTPd is a free (BSD), secure, production-quality and standard-
7           conformant FTP server. It doesn't provide useless bells and whistles,
8           but focuses on efficiency and ease of use. It provides simple answers
9           to common needs, plus unique useful features for personal users as
10           well as hosting providers.
12           http://www.pureftpd.org
14 if BR2_PACKAGE_PURE_FTPD
16 config BR2_PACKAGE_PURE_FTPD_FTPWHO
17         bool "ftpwho"
18         help
19           Enable the pure-ftpd command.  Pure-ftpwho shows current Pure-ftpd
20           client sessions.  Only the system administrator may run this.  Output
21           can be text (default), HTML, XML data and parser-optimized.
23 endif