mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user