2007-01-14 02:48:49 +01:00
|
|
|
config BR2_PACKAGE_PROFTPD
|
|
|
|
bool "proftpd"
|
2013-09-25 03:55:16 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2007-01-14 02:48:49 +01:00
|
|
|
help
|
|
|
|
ProFTPD, a highly configurable FTP server.
|
|
|
|
|
2010-10-08 10:43:02 +02:00
|
|
|
http://www.proftpd.org/
|
2013-02-05 01:54:17 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_PROFTPD
|
|
|
|
|
2013-02-05 01:54:17 +01:00
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_REWRITE
|
|
|
|
bool "mod_rewrite support"
|
|
|
|
help
|
|
|
|
Compile ProFTPD with mod_rewrite support
|
2013-12-20 22:31:30 +01:00
|
|
|
|
2017-04-12 12:56:19 +02:00
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_REDIS
|
|
|
|
bool "mod_redis support"
|
|
|
|
select BR2_PACKAGE_HIREDIS
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
The mod_redis module enables ProFTPD support for caching
|
|
|
|
data in Redis servers, using the hiredis client library.
|
2017-04-12 12:56:19 +02:00
|
|
|
|
2018-08-14 20:15:25 +02:00
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_SFTP
|
|
|
|
bool "mod_sftp support"
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
help
|
|
|
|
Compile ProFTPD with mod_sftp support
|
|
|
|
|
2018-09-28 19:57:38 +02:00
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_SQL
|
|
|
|
bool "mod_sql support"
|
|
|
|
help
|
|
|
|
Compile ProFTPD with mode_sql support.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB
|
|
|
|
bool "mod_quotatab support"
|
|
|
|
help
|
|
|
|
Compile ProFTPD with mode_quotatab support. This module
|
|
|
|
is required in order to support quota tables:
|
|
|
|
1. mod_quotatab_file
|
|
|
|
2. mod_quotatab_ldap
|
|
|
|
3. mod_quotatab_radius
|
|
|
|
4. mod_quotatab_sql
|
|
|
|
|
|
|
|
if BR2_PACKAGE_PROFTPD_MOD_QUOTATAB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB_FILE
|
|
|
|
bool "mod_quotatab_file table support"
|
|
|
|
help
|
|
|
|
Compile mod_quotatab with mod_quotatab_file table.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB_LDAP
|
|
|
|
bool "mod_quotatab_ldap table support"
|
|
|
|
help
|
|
|
|
Compile mod_quotatab with mod_quotatab_ldap table.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB_RADIUS
|
|
|
|
bool "mod_quotatab_radius table support"
|
|
|
|
help
|
|
|
|
Compile mod_quotatab with mod_quotatab_radius table.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB_SQL
|
|
|
|
bool "mod_quotatab_sql table support"
|
|
|
|
select BR2_PACKAGE_PROFTPD_MOD_SQL
|
|
|
|
help
|
|
|
|
Compile mod_quotatab with mod_quotatab_sql table.
|
|
|
|
|
|
|
|
endif
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|