This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -8,6 +8,12 @@ config BR2_PACKAGE_PROFTPD
if BR2_PACKAGE_PROFTPD
config BR2_PACKAGE_PROFTPD_MOD_CAP
bool "mod_cap support"
select BR2_PACKAGE_LIBCAP
help
Compile ProFTPD with mod_cap support
config BR2_PACKAGE_PROFTPD_MOD_REWRITE
bool "mod_rewrite support"
help
@@ -41,6 +47,13 @@ config BR2_PACKAGE_PROFTPD_MOD_SQL_SQLITE
endif
config BR2_PACKAGE_PROFTPD_MOD_SFTP_SQL
bool "mod_sftp_sql support"
select BR2_PACKAGE_PROFTPD_MOD_SQL
select BR2_PACKAGE_PROFTPD_MOD_SFTP
help
Compile ProFTPD with mod_sftp_sql support
config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB
bool "mod_quotatab support"
help