Files
domo/bsp/buildroot-2017.02.11/package/proftpd/Config.in
2018-05-22 15:35:47 +02:00

17 lines
305 B
Plaintext

config BR2_PACKAGE_PROFTPD
bool "proftpd"
depends on BR2_USE_MMU # fork()
help
ProFTPD, a highly configurable FTP server.
http://www.proftpd.org/
if BR2_PACKAGE_PROFTPD
config BR2_PACKAGE_PROFTPD_MOD_REWRITE
bool "mod_rewrite support"
help
Compile ProFTPD with mod_rewrite support
endif