update to add mod_sftp_sql for proftpd as a build option
http://www.proftpd.org/docs/contrib/mod_sftp_sql.html
Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
PROFTPD_DEPENDENCIES += sqlite
endif
+ifeq ($(BR2_PACKAGE_PROFTPD_MOD_SFTP_SQL),y)
+PROFTPD_MODULES += mod_sftp_sql
+endif
+
ifeq ($(BR2_PACKAGE_PROFTPD_MOD_QUOTATAB),y)
PROFTPD_MODULES += mod_quotatab
endif