1 config BR2_PACKAGE_VSFTPD
3 depends on BR2_USE_MMU # fork()
5 vsftpd is an ftp daemon written with security in mind.
6 http://vsftpd.beasts.org/
10 config BR2_PACKAGE_VSFTPD_UTMPX
11 bool "log vsftpd access to utmpx"
12 # musl 1.1.4 has an empty utmpx implementation and no WTMPX_FILE
13 depends on !BR2_TOOLCHAIN_USES_MUSL
15 Enable logging of vsftpd access to utmpx.
16 Note that Buildroot does not generate utmpx by default.